public class StringObject extends ScalarObject
Constructor and Description |
---|
StringObject(String val) |
Modifier and Type | Method and Description |
---|---|
static void |
checkMaxStringLength(long len) |
boolean |
getBooleanValue() |
double |
getDoubleValue() |
long |
getLongValue() |
int |
getSize() |
String |
getStringValue() |
Object |
getValue() |
getDebugName, getLanguageSpecificStringValue, toString
getDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristics
public StringObject(String val)
public boolean getBooleanValue()
getBooleanValue
in class ScalarObject
public long getLongValue()
getLongValue
in class ScalarObject
public double getDoubleValue()
getDoubleValue
in class ScalarObject
public String getStringValue()
getStringValue
in class ScalarObject
public Object getValue()
getValue
in class ScalarObject
public int getSize()
getSize
in class ScalarObject
public static void checkMaxStringLength(long len)
Copyright © 2020 The Apache Software Foundation. All rights reserved.