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

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

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

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

Methods in org.eclipse.amp.amf.testing.ares that return Issue
static Issue Issue.get(int value)
          Returns the 'Issue' literal with the specified integer value.
static Issue Issue.get(java.lang.String literal)
          Returns the 'Issue' literal with the specified literal value.
static Issue Issue.getByName(java.lang.String name)
          Returns the 'Issue' literal with the specified name.
 Issue ConstraintTest.getIssue()
          Returns the value of the 'Issue' attribute.
static Issue Issue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Issue[] Issue.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 Issue
 void ConstraintTest.setIssue(Issue value)
          Sets the value of the 'Issue' attribute.
 

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

Methods in org.eclipse.amp.amf.testing.ares.impl that return Issue
 Issue AresFactoryImpl.createIssueFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Issue ConstraintTestImpl.getIssue()
           
 

Methods in org.eclipse.amp.amf.testing.ares.impl with parameters of type Issue
 void ConstraintTestImpl.setIssue(Issue newIssue)
           
 

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

Methods in org.eclipse.amp.amf.testing.ares.validation with parameters of type Issue
 boolean ConstraintTestValidator.validateIssue(Issue value)