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

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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return OperationKind
static OperationKind OperationKind.get(int value)
          Returns the 'Operation Kind' literal with the specified integer value
static OperationKind OperationKind.get(java.lang.String literal)
          Returns the 'Operation Kind' literal with the specified literal value
static OperationKind OperationKind.getByName(java.lang.String name)
          Returns the 'Operation Kind' literal with the specified name
 OperationKind Operation.getOp()
          Returns the value of the 'Op' attribute.
static OperationKind OperationKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationKind[] OperationKind.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 OperationKind
 void Operation.setOp(OperationKind value)
          Sets the value of the 'Op' attribute
 

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

Fields in edu.cmu.sei.aadl.aadl2.impl declared as OperationKind
protected  OperationKind OperationImpl.op
          The cached value of the 'Op' attribute
protected static OperationKind OperationImpl.OP_EDEFAULT
          The default value of the 'Op' attribute
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return OperationKind
 OperationKind Aadl2FactoryImpl.createOperationKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 OperationKind OperationImpl.getOp()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type OperationKind
 void OperationImpl.setOp(OperationKind newOp)
           
 

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

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