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 Summary
Constructors
Constructor for CSNamedType class
-
Method Summary
get the type represented by an instance of CSType
Informative string representation of a CSNamedType instance
-
Constructor Details
-
CSNamedType
public CSNamedType()
Constructor for CSNamedType class
-
Method Details
-
getName
get the type name
- Returns:
- String name
-
getType
get the type represented by an instance of CSType
- Returns:
- CSType
-
toString
Informative string representation of a CSNamedType instance
- Overrides:
toString
in class Object
- Returns:
- String