|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.toolkit.properties.SimplePropertyImpl
A representation of a property as a name-value pair.
Property
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private javax.xml.namespace.QName |
mName
Property name |
private java.lang.Object |
mValue
Property value |
Constructor Summary | |
SimplePropertyImpl(javax.xml.namespace.QName name,
java.lang.Object value)
Create a new property. |
Method Summary | |
javax.xml.namespace.QName |
getName()
Gets the property name. |
java.lang.Object |
getValue()
Gets the property value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private javax.xml.namespace.QName mName
private java.lang.Object mValue
Constructor Detail |
public SimplePropertyImpl(javax.xml.namespace.QName name, java.lang.Object value)
name
- Property name.value
- Initial value.
java.lang.IllegalArgumentException
- if name
is null
.Method Detail |
public javax.xml.namespace.QName getName()
Property
getName
in interface Property
public java.lang.Object getValue()
Property
getValue
in interface Property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |