OCL

Uses of Class
org.topcased.checkresultmodel.State

Packages that use State
org.topcased.checkresultmodel   
org.topcased.checkresultmodel.impl   
 

Uses of State in org.topcased.checkresultmodel
 

Fields in org.topcased.checkresultmodel with type parameters of type State
static java.util.List<State> State.VALUES
          A public read-only list of all the 'State' enumerators
 

Methods in org.topcased.checkresultmodel that return State
static State State.get(int value)
          Returns the 'State' literal with the specified integer value
static State State.get(java.lang.String literal)
          Returns the 'State' literal with the specified literal value
static State State.getByName(java.lang.String name)
          Returns the 'State' literal with the specified name
 State Item.getName()
          Returns the value of the 'Name' attribute.
static State State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static State[] State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.topcased.checkresultmodel with parameters of type State
 void Item.setName(State value)
          Sets the value of the 'Name' attribute
 

Uses of State in org.topcased.checkresultmodel.impl
 

Fields in org.topcased.checkresultmodel.impl declared as State
protected  State ItemImpl.name
          The cached value of the 'Name' attribute
protected static State ItemImpl.NAME_EDEFAULT
          The default value of the 'Name' attribute
 

Methods in org.topcased.checkresultmodel.impl that return State
 State CheckresultmodelFactoryImpl.createStateFromString(EDataType eDataType, java.lang.String initialValue)
           
 State ItemImpl.getName()
           
 

Methods in org.topcased.checkresultmodel.impl with parameters of type State
 void ItemImpl.setName(State newName)
           
 


OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.