Public Member Functions | |
AcsComplexType (String namespace, String name, String documentation) | |
void | addAttr (AcsAttribute attr) |
ArrayList< String > | getAttrNames () |
AcsSimpleType | getAttrType (String myName) |
String | getAttrUse (String myName) |
Public Attributes | |
ArrayList< AcsAttribute > | attrs |
|
Fill the common AcsType values. Also initialize the ArrayList.
|
|
Add an Attribute to the Arraylist.
|
|
Get an Arraylist of the attributes names.
|
|
Return an attribute type by name.
|
|
Return the usage information of an attribute
|
|
An Arraylist with the attributes. |