Uses of Class
_SDOPackage.AllowedValues

Packages that use AllowedValues
_SDOPackage   
 

Uses of AllowedValues in _SDOPackage
 

Fields in _SDOPackage declared as AllowedValues
 AllowedValues Parameter.allowed_values
           
 AllowedValues AllowedValuesHolder.value
           
 

Methods in _SDOPackage that return AllowedValues
static AllowedValues AllowedValuesHelper.extract(org.omg.CORBA.Any a)
           
static AllowedValues AllowedValuesHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type AllowedValues
static void AllowedValuesHelper.insert(org.omg.CORBA.Any a, AllowedValues that)
           
static void AllowedValuesHelper.write(org.omg.CORBA.portable.OutputStream ostream, AllowedValues value)
           
 

Constructors in _SDOPackage with parameters of type AllowedValues
AllowedValuesHolder(AllowedValues initialValue)
           
Parameter(java.lang.String _name, org.omg.CORBA.TypeCode _type, AllowedValues _allowed_values)