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 declared as AssumptionKind
static AssumptionKind AssumptionKind.ATTRIBUTE_LITERAL
          The 'Attribute' literal object.
static AssumptionKind AssumptionKind.CAPACITY_LITERAL
          The 'Capacity' literal object.
static AssumptionKind AssumptionKind.MAXIMUM_LITERAL
          The 'Maximum' literal object.
static AssumptionKind AssumptionKind.MINIMUM_LITERAL
          The 'Minimum' literal object.
 

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.
 

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)