Uses of Class
com.opencloud.slee.resources.cgin.ArrayOfDataObject
-
Packages that use ArrayOfDataObject Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of ArrayOfDataObject in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return ArrayOfDataObject Modifier and Type Method Description ArrayOfDataObject<T>
ArrayOfDataObject. clone()
static ArrayOfDataObject<? extends DataObject>
ArrayOfDataObject. copyOf(ArrayOfDataObject<?> from)
Creates a new ArrayOfDataObject, initialising its value from that of the given ArrayOfDataObject.Methods in com.opencloud.slee.resources.cgin with parameters of type ArrayOfDataObject Modifier and Type Method Description static ArrayOfDataObject<? extends DataObject>
ArrayOfDataObject. copyOf(ArrayOfDataObject<?> from)
Creates a new ArrayOfDataObject, initialising its value from that of the given ArrayOfDataObject.
-