public class NodeContainerInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeContainerInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getChildCount()
Gets the number of children in the container.
|
String[] |
getChildTypes()
Gets the list of permissible child node types.
|
String |
getChildTypes(int index)
Gets the value at the specified index in the ChildTypes array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setChildCount(int value)
Sets the number of children in the container.
|
void |
setChildTypes(int index,
String value)
Sets the value at the specified index in the fChildTypes array.
|
void |
setChildTypes(String[] value)
Sets the list of permissible child node types.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setChildCount(int value)
public int getChildCount()
public void setChildTypes(String[] value)
public String[] getChildTypes()
public void setChildTypes(int index, String value)
public String getChildTypes(int index)
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.