Uses of Class
org.eclipse.emf.test.models.customer.USState

Packages that use USState
org.eclipse.emf.test.models.customer   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.customer.util   
 

Uses of USState in org.eclipse.emf.test.models.customer
 

Fields in org.eclipse.emf.test.models.customer with type parameters of type USState
static java.util.List<USState> USState.VALUES
          A public read-only list of all the 'US State' enumerators
 

Methods in org.eclipse.emf.test.models.customer that return USState
static USState USState.get(int value)
          Returns the 'US State' literal with the specified integer value
static USState USState.get(java.lang.String literal)
          Returns the 'US State' literal with the specified literal value
static USState USState.getByName(java.lang.String name)
          Returns the 'US State' literal with the specified name
static USState USState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static USState[] USState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of USState in org.eclipse.emf.test.models.customer.impl
 

Methods in org.eclipse.emf.test.models.customer.impl that return USState
 USState CustomerFactoryImpl.createUSStateFromString(EDataType eDataType, java.lang.String initialValue)
           
 USState CustomerFactoryImpl.createUSStateObjectFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Uses of USState in org.eclipse.emf.test.models.customer.util
 

Methods in org.eclipse.emf.test.models.customer.util with parameters of type USState
 boolean CustomerValidator.validateUSState(USState usState, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 boolean CustomerValidator.validateUSStateObject(USState usStateObject, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.