Object
com.tailf.maapi.MaapiSchemas.CSNamedType
 
- Enclosing class:
 
- MaapiSchemas
 
public static 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
 
- 
Method Summary
get the type represented by an instance of CSType
 
Informative string representation of a CSNamedType instance
 
 
 
 
 
- 
 
- 
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