Uses of Class
org.eclipse.amp.amf.abase.aBase.BOOLEAN

Packages that use BOOLEAN
org.eclipse.amp.amf.abase.aBase   
org.eclipse.amp.amf.abase.aBase.impl   
 

Uses of BOOLEAN in org.eclipse.amp.amf.abase.aBase
 

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

Methods in org.eclipse.amp.amf.abase.aBase that return BOOLEAN
static BOOLEAN BOOLEAN.get(int value)
          Returns the 'BOOLEAN' literal with the specified integer value.
static BOOLEAN BOOLEAN.get(java.lang.String literal)
          Returns the 'BOOLEAN' literal with the specified literal value.
static BOOLEAN BOOLEAN.getByName(java.lang.String name)
          Returns the 'BOOLEAN' literal with the specified name.
 BOOLEAN BooleanValue.getValue()
          Returns the value of the 'Value' attribute.
static BOOLEAN BOOLEAN.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BOOLEAN[] BOOLEAN.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.amp.amf.abase.aBase with parameters of type BOOLEAN
 void BooleanValue.setValue(BOOLEAN value)
          Sets the value of the 'Value' attribute.
 

Uses of BOOLEAN in org.eclipse.amp.amf.abase.aBase.impl
 

Fields in org.eclipse.amp.amf.abase.aBase.impl declared as BOOLEAN
protected  BOOLEAN BooleanValueImpl.value
          The cached value of the 'Value' attribute.
protected static BOOLEAN BooleanValueImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute.
 

Methods in org.eclipse.amp.amf.abase.aBase.impl that return BOOLEAN
 BOOLEAN ABaseFactoryImpl.createBOOLEANFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 BOOLEAN BooleanValueImpl.getValue()
           
 

Methods in org.eclipse.amp.amf.abase.aBase.impl with parameters of type BOOLEAN
 void BooleanValueImpl.setValue(BOOLEAN newValue)