public class CoreAttribute
extends java.lang.Object
KeyAttribute.KeyAttribute| Constructor and Description |
|---|
CoreAttribute(KeyAttribute attributeType,
java.lang.Object attributeValue)
Do not use.
|
| Modifier and Type | Method and Description |
|---|---|
KeyAttribute |
getAttributeType()
Do not use.
|
java.lang.Object |
getAttributeValue()
Do not use.
|
public CoreAttribute(KeyAttribute attributeType, java.lang.Object attributeValue) throws AddAttributeException
KeyAttribute.attributeType - Type of the attribute.attributeValue - Value object for the given attribute type.AddAttributeException - If the specified attributeValue is invalid.public KeyAttribute getAttributeType()
KeyAttribute.public java.lang.Object getAttributeValue()
KeyAttribute.