Uses of Class
org.objectweb.dsrg.sofa.repository.model.AssumptionKind

Packages that use AssumptionKind
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
 

Uses of AssumptionKind in org.objectweb.dsrg.sofa.repository.model
 

Fields in org.objectweb.dsrg.sofa.repository.model with type parameters of type AssumptionKind
static java.util.List<AssumptionKind> AssumptionKind.VALUES
          A public read-only list of all the 'Assumption Kind' enumerators.
 

Methods in org.objectweb.dsrg.sofa.repository.model that return AssumptionKind
static AssumptionKind AssumptionKind.get(int value)
          Returns the 'Assumption Kind' literal with the specified integer value.
static AssumptionKind AssumptionKind.get(java.lang.String literal)
          Returns the 'Assumption Kind' literal with the specified literal value.
static AssumptionKind AssumptionKind.getByName(java.lang.String name)
          Returns the 'Assumption Kind' literal with the specified name.
 AssumptionKind EnvironmentAssumption.getKind()
          Returns the value of the 'Kind' attribute.
static AssumptionKind AssumptionKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssumptionKind[] AssumptionKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type AssumptionKind
 EnvironmentAssumption Architecture.addEnvironmentAssumption(java.lang.String name, java.lang.String value, AssumptionKind kind)
           
 void EnvironmentAssumption.setKind(AssumptionKind value)
          Sets the value of the 'Kind' attribute.
 

Uses of AssumptionKind in org.objectweb.dsrg.sofa.repository.model.impl
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as AssumptionKind
protected  AssumptionKind EnvironmentAssumptionImpl.kind
          The cached value of the 'Kind' attribute.
protected static AssumptionKind EnvironmentAssumptionImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return AssumptionKind
 AssumptionKind ModelFactoryImpl.createAssumptionKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AssumptionKind EnvironmentAssumptionImpl.getKind()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type AssumptionKind
 EnvironmentAssumption ArchitectureImpl.addEnvironmentAssumption(java.lang.String name, java.lang.String value, AssumptionKind kind)
           
 void EnvironmentAssumptionImpl.setKind(AssumptionKind newKind)