$search

org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl Class Reference

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

List of all members.

Public Member Functions

void createPackageContents ()
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 ()
void initializePackageContents ()

Static Public Member Functions

static DatatypesPackage init ()

Private Member Functions

 DatatypesPackageImpl ()

Private Attributes

EClass complexTypeEClass = null
EClass customTypeEClass = null
EClass dataTypeEClass = null
EClass fieldEClass = null
EClass idlReferenceEClass = null
boolean isCreated = false
boolean isInitialized = false
EClass rosIDLReferenceEClass = null
EClass simpleTypeEClass = null
EClass typesLibraryEClass = null
EClass vectorTypeEClass = null

Static Private Attributes

static boolean isInited = false

Detailed Description

An implementation of the model Package.

Definition at line 39 of file DatatypesPackageImpl.java.


Constructor & Destructor Documentation

org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::DatatypesPackageImpl (  )  [inline, private]

Creates an instance of the model Package, registered with EPackage.Registry by the package package URI value.

Note: the correct way to create the package is via the static factory method init(), which also performs initialization of the package, or returns the registered package, if one already exists.

See also:
org.eclipse.emf.ecore.EPackage.Registry
org.best_of_robotics.model.datatypes.DatatypesPackage::eNS_URI
init()

Definition at line 118 of file DatatypesPackageImpl.java.


Member Function Documentation

void org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::createPackageContents (  )  [inline]

Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.

Definition at line 385 of file DatatypesPackageImpl.java.

EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getComplexType (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getCustomType (  )  [inline]
EReference org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getCustomType_Fields (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getDataType (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getDataType_Name (  )  [inline]
EReference org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getDataType_TypesLibrary (  )  [inline]
DatatypesFactory org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getDatatypesFactory (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getField (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getField_Description (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getField_MeasureUnit (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getField_Name (  )  [inline]
EReference org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getField_Type (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getIDLReference (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getRosIDLReference (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getRosIDLReference_Namespace (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getRosIDLReference_RosPackage (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getSimpleType (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getTypesLibrary (  )  [inline]
EReference org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getTypesLibrary_Includes (  )  [inline]
EAttribute org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getTypesLibrary_Name (  )  [inline]
EReference org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getTypesLibrary_Types (  )  [inline]
EClass org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getVectorType (  )  [inline]
EReference org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::getVectorType_Template (  )  [inline]
static DatatypesPackage org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::init (  )  [inline, static]

Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize DatatypesPackage#eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See also:
eNS_URI
createPackageContents()
initializePackageContents()

Definition at line 141 of file DatatypesPackageImpl.java.

void org::best_of_robotics::model::datatypes::impl::DatatypesPackageImpl::initializePackageContents (  )  [inline]

Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.

Definition at line 436 of file DatatypesPackageImpl.java.


Member Data Documentation

Definition at line 66 of file DatatypesPackageImpl.java.

Definition at line 87 of file DatatypesPackageImpl.java.

Definition at line 52 of file DatatypesPackageImpl.java.

Definition at line 94 of file DatatypesPackageImpl.java.

Definition at line 101 of file DatatypesPackageImpl.java.

Definition at line 376 of file DatatypesPackageImpl.java.

Definition at line 127 of file DatatypesPackageImpl.java.

Definition at line 427 of file DatatypesPackageImpl.java.

Definition at line 73 of file DatatypesPackageImpl.java.

Definition at line 59 of file DatatypesPackageImpl.java.

Definition at line 45 of file DatatypesPackageImpl.java.

Definition at line 80 of file DatatypesPackageImpl.java.


The documentation for this class 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:50 2013