Interface IIvyDataObject
-
- All Superinterfaces:
Cloneable
,Serializable
- All Known Implementing Classes:
Binary
,BusinessDuration
,CompositeObject
,Date
,DateTime
,Duration
,File
,List
,NestedObject
,Record
,Recordset
,Time
,Tree
,Tuple
,Xml
public interface IIvyDataObject extends Serializable, Cloneable
A interface for objects admissible in IvyObjects and Lists.- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IIvyDataObject
clone()
Clones the object (shallow clone).IIvyDataObject
deepClone()
Creates a deep clone.
-
-
-
Method Detail
-
clone
IIvyDataObject clone()
Clones the object (shallow clone).- Returns:
- A shallow clone.
- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
deepClone
IIvyDataObject deepClone()
Creates a deep clone.- Returns:
- a deep clone.
- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
-