Package com.orchestranetworks.addon.dqid
Class BigDataValue
- java.lang.Object
-
- com.orchestranetworks.addon.dqid.BigDataValue
-
public final class BigDataValue extends java.lang.ObjectDeprecated.Defines a value set in theBig datatable.Since 2.0.0, use
FlatDataValueinstead.- See Also:
BigDataDefinition
-
-
Constructor Summary
Constructors Constructor Description BigDataValue(com.orchestranetworks.schema.Path path, java.lang.Object value)Deprecated.The constructor forBigDataValue.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.com.orchestranetworks.schema.PathgetPath()Deprecated.Returns theBig datapath.java.lang.ObjectgetValue()Deprecated.Returns the value.inthashCode()Deprecated.
-
-
-
Method Detail
-
getPath
public com.orchestranetworks.schema.Path getPath()
Deprecated.Returns theBig datapath.- Returns:
- Path
-
getValue
public java.lang.Object getValue()
Deprecated.Returns the value.- Returns:
- Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
-