Uses of Class
org.eclipse.amp.amf.testing.ares.ResultType

Packages that use ResultType
org.eclipse.amp.amf.testing.ares   
org.eclipse.amp.amf.testing.ares.impl   
org.eclipse.amp.amf.testing.ares.validation   
 

Uses of ResultType in org.eclipse.amp.amf.testing.ares
 

Fields in org.eclipse.amp.amf.testing.ares with type parameters of type ResultType
static java.util.List<ResultType> ResultType.VALUES
          A public read-only list of all the 'Result Type' enumerators.
 

Methods in org.eclipse.amp.amf.testing.ares that return ResultType
static ResultType ResultType.get(int value)
          Returns the 'Result Type' literal with the specified integer value.
static ResultType ResultType.get(java.lang.String literal)
          Returns the 'Result Type' literal with the specified literal value.
static ResultType ResultType.getByName(java.lang.String name)
          Returns the 'Result Type' literal with the specified name.
 ResultType RunSet.getResult()
          Returns the value of the 'Result' attribute.
 ResultType Run.getResult()
          Returns the value of the 'Result' attribute.
static ResultType ResultType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultType[] ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.amp.amf.testing.ares with parameters of type ResultType
 void RunSet.setResult(ResultType value)
          Sets the value of the 'Result' attribute.
 void Run.setResult(ResultType value)
          Sets the value of the 'Result' attribute.
 

Uses of ResultType in org.eclipse.amp.amf.testing.ares.impl
 

Methods in org.eclipse.amp.amf.testing.ares.impl that return ResultType
 ResultType AresFactoryImpl.createResultTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ResultType RunSetImpl.getResult()
           
 ResultType RunImpl.getResult()
           
 

Methods in org.eclipse.amp.amf.testing.ares.impl with parameters of type ResultType
 void RunSetImpl.setResult(ResultType newResult)
           
 void RunImpl.setResult(ResultType newResult)
           
 

Uses of ResultType in org.eclipse.amp.amf.testing.ares.validation
 

Methods in org.eclipse.amp.amf.testing.ares.validation with parameters of type ResultType
 boolean RunValidator.validateResult(ResultType value)
           
 boolean RunSetValidator.validateResult(ResultType value)