Uses of Class
com.amx.duet.tools.lang.ObjectType

Packages that use ObjectType
com.amx.duet.tools.io Provides an assortment of classes and interfaces that deal with IO related tasks. 
com.amx.duet.tools.lang This package is required for all other packages. It contains an assortment of primitive object types and classes that provide base level or common functionality. 
 

Uses of ObjectType in com.amx.duet.tools.io
 

Constructors in com.amx.duet.tools.io with parameters of type ObjectType
Marshall(java.lang.Object o, ObjectType refType)
          Stores a copy of the Object argument as the ObjectType passed in.
 

Uses of ObjectType in com.amx.duet.tools.lang
 

Fields in com.amx.duet.tools.lang declared as ObjectType
static ObjectType ObjectType.INVALID
          Invalid type.
static ObjectType ObjectType.BOOL
          Boolean type.
static ObjectType ObjectType.BYTE
          Byte type.
static ObjectType ObjectType.CHAR
          Character type.
static ObjectType ObjectType.SHORT
          Short type.
static ObjectType ObjectType.INTEGER
          Integer type.
static ObjectType ObjectType.LONG
          Long type.
static ObjectType ObjectType.FLOAT
          Float type.
static ObjectType ObjectType.DOUBLE
          Double type.
static ObjectType ObjectType.STRING
          String type.
static ObjectType ObjectType.OBJECT
          Object type.
 

Methods in com.amx.duet.tools.lang that return ObjectType
 ObjectType ObjectRef.getType()
          Returns the object type for the currently stored object.
 

Methods in com.amx.duet.tools.lang with parameters of type ObjectType
 java.lang.Object ObjectRef.valueOf(java.lang.Object o, ObjectType refType)
          Stores and returns the Object argument as the ObjectType passed in.
 

Constructors in com.amx.duet.tools.lang with parameters of type ObjectType
ObjectRef(java.lang.Object o, ObjectType refType)
          Stores a copy of the Object argument as the ObjectType passed in.
ObjectRef(ObjectType refType)
          Creates an empty object representation of the type of ObjectType passed in.
 



Copyright © 2008 AMX LLC. All Rights Reserved.