Class StringObject
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.cp.Data
-
- org.apache.sysds.runtime.instructions.cp.ScalarObject
-
- org.apache.sysds.runtime.instructions.cp.StringObject
-
- All Implemented Interfaces:
Serializable
public class StringObject extends ScalarObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringObject(String val)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
checkMaxStringLength(long len)
boolean
getBooleanValue()
double
getDoubleValue()
long
getLongValue()
int
getSize()
String
getStringValue()
Object
getValue()
-
Methods inherited from class org.apache.sysds.runtime.instructions.cp.ScalarObject
getDebugName, getLanguageSpecificStringValue, toString
-
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristics
-
-
-
-
Constructor Detail
-
StringObject
public StringObject(String val)
-
-
Method Detail
-
getBooleanValue
public boolean getBooleanValue()
- Specified by:
getBooleanValue
in classScalarObject
-
getLongValue
public long getLongValue()
- Specified by:
getLongValue
in classScalarObject
-
getDoubleValue
public double getDoubleValue()
- Specified by:
getDoubleValue
in classScalarObject
-
getStringValue
public String getStringValue()
- Specified by:
getStringValue
in classScalarObject
-
getValue
public Object getValue()
- Specified by:
getValue
in classScalarObject
-
getSize
public int getSize()
- Specified by:
getSize
in classScalarObject
-
checkMaxStringLength
public static void checkMaxStringLength(long len)
-
-