|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeValue | |
---|---|
org.n52.security.common.attributes | The attributes package contains classes for different attributes and a common abstraction layer about attributes and their different types. |
Uses of AttributeValue in org.n52.security.common.attributes |
---|
Classes in org.n52.security.common.attributes that implement AttributeValue | |
---|---|
class |
AnyObjectAttributeValue
Class AnyObjectAttributeValue represents unknown attribute values. |
class |
AttributeValueAdapter
The class AttributeValueAdapter implements all methods of AttributeValue. |
class |
BooleanAttributeValue
Class BooleanAttributeValue represents a boolean attribute value. |
class |
DoubleAttributeValue
Class DoubleAttributeValue represents a double attribute value. |
class |
EmptyAttributeValue
Class EmptyAttributeValue represents a 'null' or empty attribute value. |
class |
IntegerAttributeValue
Class IntegerAttributeValue represents an integer attribute value. |
class |
StringAttributeValue
The class StringAttributeValue represents a String value. |
Fields in org.n52.security.common.attributes declared as AttributeValue | |
---|---|
static AttributeValue |
AttributeValue.EMPTY_VALUE
Field EMPTY_VALUE represents a null or empty attribute value. |
protected AttributeValue |
Attribute.m_value
Field m_value holds thee value of this attribute. |
Methods in org.n52.security.common.attributes that return AttributeValue | |
---|---|
AttributeValue |
Attribute.getValue()
|
Constructors in org.n52.security.common.attributes with parameters of type AttributeValue | |
---|---|
Attribute(java.lang.String key,
AttributeValue value)
Creates an Attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |