Package com.tailf.maapi
Class MaapiSchemas.CSType
Object
com.tailf.maapi.MaapiSchemas.CSType
- Enclosing class:
- MaapiSchemas
Class representing a type
-
Method Summary
Modifier and TypeMethodDescriptionget default valueGet base type for a leaf-list.int
get native type represented by integer defined as static final int inConfObject
<T> T
Get Opaque object used internally by validation methodsget parent type if this is not an native typeint
toString()
Informative string representation of a CSType instance
-
Method Details
-
getSuperType
public int getSuperType() -
getNativeType
public int getNativeType()get native type represented by integer defined as static final int inConfObject
- Returns:
- int or 0 if this is not an native type
-
getParentType
get parent type if this is not an native type- Returns:
- CSType parent type
-
getDefval
get default value- Returns:
- CSType
-
getOpaque
public <T> T getOpaque()Get Opaque object used internally by validation methods- Returns:
- Object
-
getListType
Get base type for a leaf-list.- Returns:
- CSType
-
toString
Informative string representation of a CSType instance
-