public class MaapiSchemas.CSNodeInfo extends Object
| Constructor and Description |
|---|
MaapiSchemas.CSNodeInfo()
Constructor for CSNodeInfo class
|
MaapiSchemas.CSNodeInfo(long[] keys,
int minOccurs,
int maxOccurs,
int shallowType,
MaapiSchemas.CSType type,
ConfObject defval,
MaapiSchemas.CSChoice choice0,
int flags,
HashMap<String,String> metaData) |
| Modifier and Type | Method and Description |
|---|---|
List<MaapiSchemas.CSChoice> |
getChoices()
get List object of choices for this node.
|
ConfObject |
getDefval()
get default value represented as a subclass to ConfObject
|
int |
getFlags()
get flags for this node.
|
long[] |
getKeys()
get keys for the node.
|
int |
getMaxOccurs()
get MaxOccurs for the node
|
HashMap<String,String> |
getMetaData()
get meta data for this node.
|
int |
getMinOccurs()
get MinOccurs for the node
|
int |
getShallowType()
get shallowtype represented as final static int in
ConfObject |
MaapiSchemas.CSType |
getType()
get type for the node
|
String |
toString()
Informative string representation of a CSNodeInfo instance
|
public MaapiSchemas.CSNodeInfo()
public MaapiSchemas.CSNodeInfo(long[] keys,
int minOccurs,
int maxOccurs,
int shallowType,
MaapiSchemas.CSType type,
ConfObject defval,
MaapiSchemas.CSChoice choice0,
int flags,
HashMap<String,String> metaData)
public List<MaapiSchemas.CSChoice> getChoices()
public ConfObject getDefval()
public int getFlags()
public long[] getKeys()
MaapiSchemas.hashToStringTabpublic int getMaxOccurs()
public HashMap<String,String> getMetaData()
public int getMinOccurs()
public int getShallowType()
ConfObjectpublic MaapiSchemas.CSType getType()