public class MaapiSchemas.CSType extends Object
Constructor and Description |
---|
MaapiSchemas.CSType()
Constructor for CSType class
|
MaapiSchemas.CSType(int nativeType,
MaapiSchemas.CSType parentType,
MaapiSchemas.CSType defval,
MaapiSchemas.CSTypeMethods typeMethodImpl,
Object opaque) |
Modifier and Type | Method and Description |
---|---|
MaapiSchemas.CSType |
getDefval()
get default value
|
int |
getNativeType()
get native type represented by integer defined as static final int in
ConfObject |
Object |
getOpaque()
Get Opaque object used internally by validation methods
|
MaapiSchemas.CSType |
getParentType()
get parent type if this is not an native type
|
int |
getSuperType() |
String |
toString()
Informative string representation of a CSType instance
|
public MaapiSchemas.CSType()
public MaapiSchemas.CSType(int nativeType, MaapiSchemas.CSType parentType, MaapiSchemas.CSType defval, MaapiSchemas.CSTypeMethods typeMethodImpl, Object opaque)
public MaapiSchemas.CSType getDefval()
public int getNativeType()
ConfObject
public Object getOpaque()
public MaapiSchemas.CSType getParentType()
public int getSuperType()