

Public Member Functions | |
| AcsType (String namespace, String name, String documentation) | |
Public Attributes | |
| String | name |
| String | documentation |
An abstract class for the type ACS XML definitions. This class only set the common attriubutes that a types should have.
| cl::utfsm::acs::types::AcsType::AcsType | ( | String | namespace, | |
| String | name, | |||
| String | documentation | |||
| ) | [inline] |
Setup the AcsType values
| namespace | Every type has a namespace | |
| name | The name of the type definition | |
| documentation | Some information of the type |
The documentation of the type (very usefull)
Referenced by cl::utfsm::acs::types::TypedObject::getTypeDocumentation(), cl::utfsm::acs::types::AcsSimpleTypeTEST::testContent(), cl::utfsm::acs::xml::CommonSchemaTEST::testSchema(), and cl::utfsm::acs::types::SimpleObjectTEST::testType().
The namespace defined in a schema file The name of the type definition
Referenced by cl::utfsm::acs::types::TypedObject::getTypeName(), cl::utfsm::acs::types::ComplexObject::setAttributeValue(), cl::utfsm::acs::types::AcsSimpleTypeTEST::testContent(), cl::utfsm::acs::xml::CommonSchemaTEST::testSchema(), cl::utfsm::acs::types::SimpleObjectTEST::testType(), cl::utfsm::acs::ebe::ErrorSchemaTEST::testTypeCompletion(), cl::utfsm::acs::ebe::ErrorSchemaTEST::testTypeError(), and cl::utfsm::acs::ebe::ErrorSchemaTEST::testTypeSchema().
1.6.2