public interface TaggedValue extends TaggedValue
| Modifier and Type | Method and Description |
|---|---|
void |
appendTaggedValueAttributeItem(TaggedValue taggedValueAttributeItem) |
void |
clearTaggedValueAttributeList() |
int |
countTaggedValueAttributeList() |
InterchangeObject |
getPortableObject() |
int |
getPortableObjectClassID() |
TaggedValue |
getTaggedValueAttributeItemAt(int index) |
List<? extends TaggedValue> |
getTaggedValueAttributeList() |
void |
insertTaggedValueAttributeItem(int index,
TaggedValue taggedValueAttributeItem) |
void |
prependTaggedValueAttributeItem(TaggedValue taggedValueAttributeItem) |
void |
removeTaggedValueAttributeItemAt(int index) |
void |
setPortableObject(InterchangeObject portableObject) |
void |
setPortableObjectClassID(Integer portableObjectClassID) |
clone, getIndirectTypeDefinition, getIndirectValue, getTag, setIndirectValueaddApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexList<? extends TaggedValue> getTaggedValueAttributeList() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid appendTaggedValueAttributeItem(TaggedValue taggedValueAttributeItem) throws NullPointerException
NullPointerExceptionvoid prependTaggedValueAttributeItem(TaggedValue taggedValueAttributeItem) throws NullPointerException
NullPointerExceptionvoid insertTaggedValueAttributeItem(int index,
TaggedValue taggedValueAttributeItem)
throws NullPointerException,
IndexOutOfBoundsException
int countTaggedValueAttributeList()
void clearTaggedValueAttributeList()
TaggedValue getTaggedValueAttributeItemAt(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionvoid removeTaggedValueAttributeItemAt(int index)
throws IndexOutOfBoundsException
IndexOutOfBoundsException@UInt32 int getPortableObjectClassID() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setPortableObjectClassID(@UInt32 Integer portableObjectClassID) throws IllegalArgumentException
IllegalArgumentExceptionInterchangeObject getPortableObject() throws PropertyNotPresentException
PropertyNotPresentExceptionvoid setPortableObject(InterchangeObject portableObject)
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.