Uses of Class
edu.cmu.sei.aadl.aadl2.AccessType

Packages that use AccessType
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of AccessType in edu.cmu.sei.aadl.aadl2
 

Fields in edu.cmu.sei.aadl.aadl2 with type parameters of type AccessType
static java.util.List<AccessType> AccessType.VALUES
          A public read-only list of all the 'Access Type' enumerators
 

Methods in edu.cmu.sei.aadl.aadl2 that return AccessType
static AccessType AccessType.get(int value)
          Returns the 'Access Type' literal with the specified integer value
static AccessType AccessType.get(java.lang.String literal)
          Returns the 'Access Type' literal with the specified literal value
static AccessType AccessType.getByName(java.lang.String name)
          Returns the 'Access Type' literal with the specified name
 AccessType Access.getKind()
          Returns the value of the 'Kind' attribute.
 AccessType AccessSpecification.getKind()
          Returns the value of the 'Kind' attribute.
static AccessType AccessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type AccessType
 void Access.setKind(AccessType value)
          Sets the value of the 'Kind' attribute
 void AccessSpecification.setKind(AccessType value)
          Sets the value of the 'Kind' attribute
 

Uses of AccessType in edu.cmu.sei.aadl.aadl2.impl
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as AccessType
protected  AccessType AccessSpecificationImpl.kind
          The cached value of the 'Kind' attribute
protected  AccessType AccessImpl.kind
          The cached value of the 'Kind' attribute
protected static AccessType AccessSpecificationImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
protected static AccessType AccessImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AccessType
 AccessType Aadl2FactoryImpl.createAccessTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AccessType AccessSpecificationImpl.getKind()
           
 AccessType AccessImpl.getKind()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type AccessType
 void AccessSpecificationImpl.setKind(AccessType newKind)
           
 void AccessImpl.setKind(AccessType newKind)
           
 

Uses of AccessType in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AccessType
 boolean Aadl2Validator.validateAccessType(AccessType accessType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)