public interface AttributeValue
Modifier and Type | Field and Description |
---|---|
static AttributeValue |
EMPTY_VALUE
Field EMPTY_VALUE represents a null or empty attribute value.
|
Modifier and Type | Method and Description |
---|---|
String |
getTypeName()
Gets the type name of the concrete value.
|
Object |
getUnspecifiedValue()
Gets the concrete value as "object".
|
static final AttributeValue EMPTY_VALUE
EmptyAttributeValue
this field shall be used.String getTypeName()
Object getUnspecifiedValue()
Copyright © 2004–2017 52north.org. All rights reserved.