Methods Summary |
---|
public ASDataType | getDataType()Datatype of the attribute.
|
public java.lang.String | getDataValue()Default or fixed value.
|
public short | getDefaultType()Constraint type if any for this attribute.
|
public java.lang.String | getEnumAttr()Valid attribute values, separated by commas, in a string.
|
public ASObjectList | getOwnerElements()Owner elements ASObject of attribute, meaning that an
attribute declaration can be shared by multiple elements.
|
public void | setDataType(ASDataType dataType)Datatype of the attribute.
|
public void | setDataValue(java.lang.String dataValue)Default or fixed value.
|
public void | setDefaultType(short defaultType)Constraint type if any for this attribute.
|
public void | setEnumAttr(java.lang.String enumAttr)Valid attribute values, separated by commas, in a string.
|
public void | setOwnerElements(ASObjectList ownerElements)Owner elements ASObject of attribute, meaning that an
attribute declaration can be shared by multiple elements.
|