public class MaapiSchemas.CSNodeInfo extends Object
Constructor and Description |
---|
CSNodeInfo()
Constructor for CSNodeInfo class
|
CSNodeInfo(int[] 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.
|
int[] |
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
|
List<String> |
getMountId() |
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 CSNodeInfo(int[] keys, int minOccurs, int maxOccurs, int shallowType, MaapiSchemas.CSType type, ConfObject defval, MaapiSchemas.CSChoice choice0, int flags, HashMap<String,String> metaData)
public CSNodeInfo()
public int[] getKeys()
MaapiSchemas.hashToStringTab
public int getMinOccurs()
public int getMaxOccurs()
public int getShallowType()
ConfObject
public MaapiSchemas.CSType getType()
public ConfObject getDefval()
public List<MaapiSchemas.CSChoice> getChoices()
public int getFlags()
public HashMap<String,String> getMetaData()