Class MaapiSchemas.CSNamedType

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

public class MaapiSchemas.CSNamedType extends Object
Class representing a named type. A named type is represented as a <name, type> pair, where the name is a string and the type an instance of CSType.
  • Constructor Details

    • CSNamedType

      public CSNamedType()
      Constructor for CSNamedType class
  • Method Details

    • getName

      public String getName()
      get the type name
      Returns:
      String name
    • getType

      public MaapiSchemas.CSType getType()
      get the type represented by an instance of CSType
      Returns:
      CSType
    • toString

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