|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.attributes.AttributeValueAdapter
org.n52.security.common.attributes.StringAttributeValue
public class StringAttributeValue
The class StringAttributeValue represents a String value.
Field Summary |
---|
Fields inherited from class org.n52.security.common.attributes.AttributeValueAdapter |
---|
m_wrappedObject |
Fields inherited from interface org.n52.security.common.attributes.AttributeValue |
---|
EMPTY_VALUE |
Constructor Summary | |
---|---|
StringAttributeValue(java.lang.String pValue)
Constructor StringAttributeValue creates a new StringAttributeValue instance. |
Method Summary | |
---|---|
java.lang.String |
getValue()
Method getValue returns the value of this StringAttributeValue object. |
Methods inherited from class org.n52.security.common.attributes.AttributeValueAdapter |
---|
equals, getTypeName, getUnspecifiedValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StringAttributeValue(java.lang.String pValue)
pValue
- of type StringMethod Detail |
---|
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |