uk.org.ogsadai.client.toolkit.properties
Interface Property

All Known Implementing Classes:
SimplePropertyImpl

public interface Property

A representation of a property as a name-value pair.

Author:
The OGSA-DAI Team.

Method Summary
 javax.xml.namespace.QName getName()
          Gets the property name.
 java.lang.Object getValue()
          Gets the property value.
 

Method Detail

getName

public javax.xml.namespace.QName getName()
Gets the property name.

Returns:
property name.

getValue

public java.lang.Object getValue()
Gets the property value.

Returns:
property value.