SAM

Uses of Class
org.topcased.sam.DataType

Packages that use DataType
org.topcased.sam   
org.topcased.sam.impl   
 

Uses of DataType in org.topcased.sam
 

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

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

Methods in org.topcased.sam with parameters of type DataType
 void DataFlow.setType(DataType value)
          Sets the value of the 'Type' attribute
 

Uses of DataType in org.topcased.sam.impl
 

Fields in org.topcased.sam.impl declared as DataType
protected  DataType DataFlowImpl.type
          The cached value of the 'Type' attribute.
protected static DataType DataFlowImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute
 

Methods in org.topcased.sam.impl that return DataType
 DataType SAMFactoryImpl.createDataTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 DataType DataFlowImpl.getType()
           
 

Methods in org.topcased.sam.impl with parameters of type DataType
 void DataFlowImpl.setType(DataType newType)
           
 


SAM

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