$search

org::best_of_robotics::model::datatypes::DatatypesPackage Interface Reference

Inheritance diagram for org::best_of_robotics::model::datatypes::DatatypesPackage:
Inheritance graph
[legend]

List of all members.

Classes

interface  Literals

Public Member Functions

EClass getComplexType ()
EClass getCustomType ()
EReference getCustomType_Fields ()
EClass getDataType ()
EAttribute getDataType_Name ()
EReference getDataType_TypesLibrary ()
DatatypesFactory getDatatypesFactory ()
EClass getField ()
EAttribute getField_Description ()
EAttribute getField_MeasureUnit ()
EAttribute getField_Name ()
EReference getField_Type ()
EClass getIDLReference ()
EClass getRosIDLReference ()
EAttribute getRosIDLReference_Namespace ()
EAttribute getRosIDLReference_RosPackage ()
EClass getSimpleType ()
EClass getTypesLibrary ()
EReference getTypesLibrary_Includes ()
EAttribute getTypesLibrary_Name ()
EReference getTypesLibrary_Types ()
EClass getVectorType ()
EReference getVectorType_Template ()

Public Attributes

int COMPLEX_TYPE = 3
int COMPLEX_TYPE__NAME = DATA_TYPE__NAME
int COMPLEX_TYPE__TYPES_LIBRARY = DATA_TYPE__TYPES_LIBRARY
int COMPLEX_TYPE_FEATURE_COUNT = DATA_TYPE_FEATURE_COUNT + 0
int CUSTOM_TYPE = 6
int CUSTOM_TYPE__FIELDS = COMPLEX_TYPE_FEATURE_COUNT + 0
int CUSTOM_TYPE__NAME = COMPLEX_TYPE__NAME
int CUSTOM_TYPE__TYPES_LIBRARY = COMPLEX_TYPE__TYPES_LIBRARY
int CUSTOM_TYPE_FEATURE_COUNT = COMPLEX_TYPE_FEATURE_COUNT + 1
int DATA_TYPE = 1
int DATA_TYPE__NAME = 0
int DATA_TYPE__TYPES_LIBRARY = 1
int DATA_TYPE_FEATURE_COUNT = 2
DatatypesPackage eINSTANCE = org.best_of_robotics.model.datatypes.impl.DatatypesPackageImpl.init()
String eNS_PREFIX = "datatypes"
String eNS_URI = "http://datatypes/1.0"
int FIELD = 7
int FIELD__DESCRIPTION = 2
int FIELD__MEASURE_UNIT = 3
int FIELD__NAME = 0
int FIELD__TYPE = 1
int FIELD_FEATURE_COUNT = 4
int IDL_REFERENCE = 8
int IDL_REFERENCE__NAME = COMPLEX_TYPE__NAME
int IDL_REFERENCE__TYPES_LIBRARY = COMPLEX_TYPE__TYPES_LIBRARY
int IDL_REFERENCE_FEATURE_COUNT = COMPLEX_TYPE_FEATURE_COUNT + 0
int ROS_IDL_REFERENCE = 4
int ROS_IDL_REFERENCE__NAME = IDL_REFERENCE__NAME
int ROS_IDL_REFERENCE__NAMESPACE = IDL_REFERENCE_FEATURE_COUNT + 0
int ROS_IDL_REFERENCE__ROS_PACKAGE = IDL_REFERENCE_FEATURE_COUNT + 1
int ROS_IDL_REFERENCE__TYPES_LIBRARY = IDL_REFERENCE__TYPES_LIBRARY
int ROS_IDL_REFERENCE_FEATURE_COUNT = IDL_REFERENCE_FEATURE_COUNT + 2
int SIMPLE_TYPE = 2
int SIMPLE_TYPE__NAME = DATA_TYPE__NAME
int SIMPLE_TYPE__TYPES_LIBRARY = DATA_TYPE__TYPES_LIBRARY
int SIMPLE_TYPE_FEATURE_COUNT = DATA_TYPE_FEATURE_COUNT + 0
int TYPES_LIBRARY = 0
int TYPES_LIBRARY__INCLUDES = 2
int TYPES_LIBRARY__NAME = 1
int TYPES_LIBRARY__TYPES = 0
int TYPES_LIBRARY_FEATURE_COUNT = 3
int VECTOR_TYPE = 5
int VECTOR_TYPE__NAME = COMPLEX_TYPE__NAME
int VECTOR_TYPE__TEMPLATE = COMPLEX_TYPE_FEATURE_COUNT + 0
int VECTOR_TYPE__TYPES_LIBRARY = COMPLEX_TYPE__TYPES_LIBRARY
int VECTOR_TYPE_FEATURE_COUNT = COMPLEX_TYPE_FEATURE_COUNT + 1

Package Attributes

String eNAME = "datatypes"

Detailed Description

The Package for the model. It contains accessors for the meta objects to represent

See also:
org.best_of_robotics.model.datatypes.DatatypesFactory kind="package"

Definition at line 31 of file DatatypesPackage.java.


Member Function Documentation

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getComplexType (  ) 

Returns the meta object for class 'Complex Type'.

Returns:
the meta object for class 'Complex Type'.
See also:
org.best_of_robotics.model.datatypes.ComplexType

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getCustomType (  ) 

Returns the meta object for class 'Custom Type'.

Returns:
the meta object for class 'Custom Type'.
See also:
org.best_of_robotics.model.datatypes.CustomType

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EReference org::best_of_robotics::model::datatypes::DatatypesPackage::getCustomType_Fields (  ) 

Returns the meta object for the containment reference list 'Fields'.

Returns:
the meta object for the containment reference list 'Fields'.
See also:
org.best_of_robotics.model.datatypes.CustomType::getFields()
getCustomType()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getDataType (  ) 

Returns the meta object for class 'Data Type'.

Returns:
the meta object for class 'Data Type'.
See also:
org.best_of_robotics.model.datatypes.DataType

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getDataType_Name (  ) 

Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See also:
org.best_of_robotics.model.datatypes.DataType::getName()
getDataType()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EReference org::best_of_robotics::model::datatypes::DatatypesPackage::getDataType_TypesLibrary (  ) 

Returns the meta object for the container reference 'Types Library'.

Returns:
the meta object for the container reference 'Types Library'.
See also:
org.best_of_robotics.model.datatypes.DataType::getTypesLibrary()
getDataType()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

DatatypesFactory org::best_of_robotics::model::datatypes::DatatypesPackage::getDatatypesFactory (  ) 

Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getField (  ) 

Returns the meta object for class 'Field'.

Returns:
the meta object for class 'Field'.
See also:
org.best_of_robotics.model.datatypes.Field

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getField_Description (  ) 

Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See also:
org.best_of_robotics.model.datatypes.Field::getDescription()
getField()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getField_MeasureUnit (  ) 

Returns the meta object for the attribute 'Measure Unit'.

Returns:
the meta object for the attribute 'Measure Unit'.
See also:
org.best_of_robotics.model.datatypes.Field::getMeasureUnit()
getField()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getField_Name (  ) 

Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See also:
org.best_of_robotics.model.datatypes.Field::getName()
getField()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EReference org::best_of_robotics::model::datatypes::DatatypesPackage::getField_Type (  ) 

Returns the meta object for the reference 'Type'.

Returns:
the meta object for the reference 'Type'.
See also:
org.best_of_robotics.model.datatypes.Field::getType()
getField()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getIDLReference (  ) 

Returns the meta object for class 'IDL Reference'.

Returns:
the meta object for class 'IDL Reference'.
See also:
org.best_of_robotics.model.datatypes.IDLReference

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getRosIDLReference (  ) 

Returns the meta object for class 'Ros IDL Reference'.

Returns:
the meta object for class 'Ros IDL Reference'.
See also:
org.best_of_robotics.model.datatypes.RosIDLReference

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getRosIDLReference_Namespace (  ) 

Returns the meta object for the attribute 'Namespace'.

Returns:
the meta object for the attribute 'Namespace'.
See also:
org.best_of_robotics.model.datatypes.RosIDLReference::getNamespace()
getRosIDLReference()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getRosIDLReference_RosPackage (  ) 

Returns the meta object for the attribute 'Ros Package'.

Returns:
the meta object for the attribute 'Ros Package'.
See also:
org.best_of_robotics.model.datatypes.RosIDLReference::getRosPackage()
getRosIDLReference()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getSimpleType (  ) 

Returns the meta object for class 'Simple Type'.

Returns:
the meta object for class 'Simple Type'.
See also:
org.best_of_robotics.model.datatypes.SimpleType

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getTypesLibrary (  ) 

Returns the meta object for class 'Types Library'.

Returns:
the meta object for class 'Types Library'.
See also:
org.best_of_robotics.model.datatypes.TypesLibrary

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EReference org::best_of_robotics::model::datatypes::DatatypesPackage::getTypesLibrary_Includes (  ) 

Returns the meta object for the reference list 'Includes'.

Returns:
the meta object for the reference list 'Includes'.
See also:
org.best_of_robotics.model.datatypes.TypesLibrary::getIncludes()
getTypesLibrary()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EAttribute org::best_of_robotics::model::datatypes::DatatypesPackage::getTypesLibrary_Name (  ) 

Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See also:
org.best_of_robotics.model.datatypes.TypesLibrary::getName()
getTypesLibrary()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EReference org::best_of_robotics::model::datatypes::DatatypesPackage::getTypesLibrary_Types (  ) 

Returns the meta object for the containment reference list 'Types'.

Returns:
the meta object for the containment reference list 'Types'.
See also:
org.best_of_robotics.model.datatypes.TypesLibrary::getTypes()
getTypesLibrary()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EClass org::best_of_robotics::model::datatypes::DatatypesPackage::getVectorType (  ) 

Returns the meta object for class 'Vector Type'.

Returns:
the meta object for class 'Vector Type'.
See also:
org.best_of_robotics.model.datatypes.VectorType

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.

EReference org::best_of_robotics::model::datatypes::DatatypesPackage::getVectorType_Template (  ) 

Returns the meta object for the reference 'Template'.

Returns:
the meta object for the reference 'Template'.
See also:
org.best_of_robotics.model.datatypes.VectorType::getTemplate()
getVectorType()

Implemented in org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl.


Member Data Documentation

The feature id for the 'Name' attribute.

Definition at line 201 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 210 of file DatatypesPackage.java.

The number of structural features of the 'Complex Type' class.

Definition at line 219 of file DatatypesPackage.java.

The feature id for the 'Fields' containment reference list.

Definition at line 394 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 376 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 385 of file DatatypesPackage.java.

The number of structural features of the 'Custom Type' class.

Definition at line 403 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 127 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 136 of file DatatypesPackage.java.

The number of structural features of the 'Data Type' class.

Definition at line 145 of file DatatypesPackage.java.

DatatypesPackage org::best_of_robotics::model::datatypes::DatatypesPackage::eINSTANCE = org.best_of_robotics.model.datatypes.impl.DatatypesPackageImpl.init()

The singleton instance of the package.

Definition at line 62 of file DatatypesPackage.java.

The package name.

Definition at line 38 of file DatatypesPackage.java.

The package namespace name.

Definition at line 54 of file DatatypesPackage.java.

The package namespace URI.

Definition at line 46 of file DatatypesPackage.java.

The feature id for the 'Description' attribute.

Definition at line 440 of file DatatypesPackage.java.

The feature id for the 'Measure Unit' attribute.

Definition at line 449 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 422 of file DatatypesPackage.java.

The feature id for the 'Type' reference.

Definition at line 431 of file DatatypesPackage.java.

The number of structural features of the 'Field' class.

Definition at line 458 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 238 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 247 of file DatatypesPackage.java.

The number of structural features of the 'IDL Reference' class.

Definition at line 256 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 275 of file DatatypesPackage.java.

The feature id for the 'Namespace' attribute.

Definition at line 293 of file DatatypesPackage.java.

The feature id for the 'Ros Package' attribute.

Definition at line 302 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 284 of file DatatypesPackage.java.

The number of structural features of the 'Ros IDL Reference' class.

Definition at line 311 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 164 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 173 of file DatatypesPackage.java.

The number of structural features of the 'Simple Type' class.

Definition at line 182 of file DatatypesPackage.java.

The feature id for the 'Includes' reference list.

Definition at line 99 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 90 of file DatatypesPackage.java.

The feature id for the 'Types' containment reference list.

Definition at line 81 of file DatatypesPackage.java.

The number of structural features of the 'Types Library' class.

Definition at line 108 of file DatatypesPackage.java.

The feature id for the 'Name' attribute.

Definition at line 330 of file DatatypesPackage.java.

The feature id for the 'Template' reference.

Definition at line 348 of file DatatypesPackage.java.

The feature id for the 'Types Library' container reference.

Definition at line 339 of file DatatypesPackage.java.

The number of structural features of the 'Vector Type' class.

Definition at line 357 of file DatatypesPackage.java.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


bride_plugin_source
Author(s): Alexander Bubeck
autogenerated on Tue Mar 5 11:39:49 2013