Class MaapiSchemas.CSType

Object
com.tailf.maapi.MaapiSchemas.CSType
Enclosing class:
MaapiSchemas

public class MaapiSchemas.CSType extends Object
Class representing a type
  • Constructor Details

  • Method Details

    • getSuperType

      public int getSuperType()
    • getNativeType

      public int getNativeType()
      get native type represented by integer defined as static final int in ConfObject
      Returns:
      int or 0 if this is not an native type
    • getParentType

      public MaapiSchemas.CSType getParentType()
      get parent type if this is not an native type
      Returns:
      CSType parent type
    • getDefval

      public MaapiSchemas.CSType getDefval()
      get default value
      Returns:
      CSType
    • getOpaque

      public Object getOpaque()
      Get Opaque object used internally by validation methods
      Returns:
      Object
    • getListType

      public MaapiSchemas.CSType getListType()
      Get base type for a leaf-list.
      Returns:
      CSType
    • toString

      public String toString()
      Informative string representation of a CSType instance
      Overrides:
      toString in class Object
      Returns:
      String