|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.xml.XmlTypes
public final class XmlTypes
Helper class to create serializable types out of Xml.
| Method Summary | |
|---|---|
static ComplexSerializableType |
createEmptyComplexType(String type,
int dim1,
int dim2,
int dim3,
int dim4)
Creates an empty complex data type. |
static ISerializableType |
createEmptyListType(String type,
int length)
Creates an empty serializable list of the given length. |
static ISerializableType |
createEmptySerializableType(Node valueNode)
Creates an empty serializable type out of the node. |
static ISerializableType |
createEmptySimpleType(String type)
Creates an empty simple data type. |
static ISerializableType |
getValue(Node parameter)
Gets a value out of a node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ISerializableType getValue(Node parameter)
parameter - The node containing the value.
public static ISerializableType createEmptySerializableType(Node valueNode)
valueNode - The node containing the value. The value itself will be ignored.
public static ComplexSerializableType createEmptyComplexType(String type,
int dim1,
int dim2,
int dim3,
int dim4)
type - The type name.dim1 - 1. Dimension.dim2 - 2. Dimension.dim3 - 3. Dimension.dim4 - 4. Dimension.
public static ISerializableType createEmptyListType(String type,
int length)
type - The type of the elements in the list.length - The length of the list.
public static ISerializableType createEmptySimpleType(String type)
type - The type name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||