public interface StructuredPropertyDefinition
Modifier and Type | Method and Description |
---|---|
int |
getAttributeCount()
Returns the number of attribute values in the structure.
|
java.lang.Object |
getAttributeDefaultValue(int index)
Returns the default attribute value at the supplied index.
|
java.lang.String |
getAttributeName(int index)
Returns the name of the attribute at the supplied index.
|
StructuredPropertyDefinition |
getAttributeStructure(int index)
Returns the structure of the attribute referenced by shared type
|
StructureAttributeType |
getAttributeType(int index)
Returns the value type of the attribute at the supplied index.
|
boolean |
isList(int index)
Returns
true if the attribute at the supplied index is a list, false otherwise. |
int getAttributeCount()
java.lang.String getAttributeName(int index)
index
- StructureAttributeType getAttributeType(int index)
index
- boolean isList(int index)
true
if the attribute at the supplied index is a list, false
otherwise.index
- true
if the attribute at the supplied index is a list, false
otherwisejava.lang.Object getAttributeDefaultValue(int index)
index
- StructuredPropertyDefinition getAttributeStructure(int index)
index
- (C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.