Uses of Class
au.com.swz.jatlom.TypeKind

Uses of TypeKind in au.com.swz.jatlom
 

Fields in au.com.swz.jatlom declared as TypeKind
static TypeKind TypeKind.TKIND_ALIAS
          A type that is an alias for another type.
static TypeKind TypeKind.TKIND_COCLASS
          A set of implemented component object interfaces.
static TypeKind TypeKind.TKIND_DISPATCH
          A set of methods and properties that are accessible through IDispatch::Invoke.
static TypeKind TypeKind.TKIND_ENUM
          A set of enumerators.
static TypeKind TypeKind.TKIND_INTERFACE
          A type that has virtual and pure functions.
static TypeKind TypeKind.TKIND_MODULE
          A module that can only have static functions and data (for example, a DLL).
static TypeKind TypeKind.TKIND_RECORD
          A structure with no methods.
static TypeKind TypeKind.TKIND_UNION
          A union, all of whose members have an offset of zero.
static TypeKind TypeKind.UNKNOWN
          An unknown or unsupported type
 

Methods in au.com.swz.jatlom that return TypeKind
 TypeKind ITypeInfo.getTypeKind()
          Retrieves a TypeAttr that contains the attributes of the type description.
 

Methods in au.com.swz.jatlom with parameters of type TypeKind
 boolean TypeKind.equals(TypeKind typeKind)
          Determines if this TypeKind equals the specified TypeKind.