
Public Member Functions | |
| AcsAttribute (String name, AcsSimpleType type, String use) | |
Public Attributes | |
| String | name |
| AcsSimpleType | type |
| String | use |
A standard ACS XML attribute type definition. This class is used to define a new XML attribute, readed from a schema file, to setup the internal HashMaps of Errorbrowser and other applications.
| cl::utfsm::acs::types::AcsAttribute::AcsAttribute | ( | String | name, | |
| AcsSimpleType | type, | |||
| String | use | |||
| ) | [inline] |
Setup all the AcsAttribute information
| name | The attribute name | |
| type | The attribute type | |
| use | The usage information |
The attribute name
Referenced by cl::utfsm::acs::types::AcsAttributeTEST::testContent().
The attribute type
Referenced by cl::utfsm::acs::types::AcsAttributeTEST::testContent().
The usage information
Referenced by cl::utfsm::acs::types::AcsAttributeTEST::testContent().
1.6.2