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:
java.io.Serializable, AttributeValue

public class StringAttributeValue
extends AttributeValueAdapter
implements java.io.Serializable

The class StringAttributeValue represents a String value.

Version:
$Revision: 852 $
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(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

StringAttributeValue

public StringAttributeValue(java.lang.String pValue)
Constructor StringAttributeValue creates a new StringAttributeValue instance.

Parameters:
pValue - of type String
Method Detail

getValue

public java.lang.String getValue()
Method getValue returns the value of this StringAttributeValue object.

Returns:
the value (type String) of this StringAttributeValue object.


Copyright © 2004-2009 52north.org. All Rights Reserved.