Uses of Class
edu.cmu.sei.aadl.model.property.ReferableElementCategory

Packages that use ReferableElementCategory
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
 

Uses of ReferableElementCategory in edu.cmu.sei.aadl.model.property
 

Fields in edu.cmu.sei.aadl.model.property declared as ReferableElementCategory
static ReferableElementCategory ReferableElementCategory.BUS_LITERAL
          The 'BUS' literal object
static ReferableElementCategory ReferableElementCategory.CONNECTIONS_LITERAL
          The 'CONNECTIONS' literal object
static ReferableElementCategory ReferableElementCategory.DATA_LITERAL
          The 'DATA' literal object
static ReferableElementCategory ReferableElementCategory.DEVICE_LITERAL
          The 'DEVICE' literal object
static ReferableElementCategory ReferableElementCategory.MEMORY_LITERAL
          The 'MEMORY' literal object
static ReferableElementCategory ReferableElementCategory.PROCESS_LITERAL
          The 'PROCESS' literal object
static ReferableElementCategory ReferableElementCategory.PROCESSOR_LITERAL
          The 'PROCESSOR' literal object
static ReferableElementCategory ReferableElementCategory.SERVER_SUBPROGRAM_LITERAL
          The 'SERVER SUBPROGRAM' literal object
static ReferableElementCategory ReferableElementCategory.SUBPROGRAM_LITERAL
          The 'SUBPROGRAM' literal object
static ReferableElementCategory ReferableElementCategory.SYSTEM_LITERAL
          The 'SYSTEM' literal object
static ReferableElementCategory ReferableElementCategory.THREAD_GROUP_LITERAL
          The 'THREAD GROUP' literal object
static ReferableElementCategory ReferableElementCategory.THREAD_LITERAL
          The 'THREAD' literal object
 

Methods in edu.cmu.sei.aadl.model.property that return ReferableElementCategory
static ReferableElementCategory ReferableElementCategory.get(int value)
          Returns the 'Referable Element Category' literal with the specified integer value
static ReferableElementCategory ReferableElementCategory.get(java.lang.String literal)
          Returns the 'Referable Element Category' literal with the specified literal value
static ReferableElementCategory ReferableElementCategory.getByName(java.lang.String name)
          Returns the 'Referable Element Category' literal with the specified name
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type ReferableElementCategory
 void ReferenceType.addCategory(ReferableElementCategory value)
          Adds to the list the value of the 'Category' attribute list
 

Uses of ReferableElementCategory in edu.cmu.sei.aadl.model.property.impl
 

Methods in edu.cmu.sei.aadl.model.property.impl that return ReferableElementCategory
 ReferableElementCategory PropertyFactoryImpl.createReferableElementCategoryFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type ReferableElementCategory
 void ReferenceTypeImpl.addCategory(ReferableElementCategory newCategory)
          phf: add element to multiplicity EList