org.n52.security.common.attributes
Class StringAttributeValue

java.lang.Object
  extended by org.n52.security.common.attributes.AttributeValueAdapter
      extended by org.n52.security.common.attributes.StringAttributeValue
All Implemented Interfaces:
Serializable, AttributeValue

public class StringAttributeValue
extends AttributeValueAdapter
implements Serializable

String value.

Version:
$Revision: 3422 $
Author:
Marko Reiprecht
See Also:
Serialized Form

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(String pValue)
           
 
Method Summary
 String getValue()
           
 
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

StringAttributeValue

public StringAttributeValue(String pValue)
Method Detail

getValue

public String getValue()


Copyright © 2004–2014 52north.org. All rights reserved.