public class IntObject extends ScalarObject
Constructor and Description |
---|
IntObject(long val) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue() |
double |
getDoubleValue() |
long |
getLongValue() |
int |
getSize() |
String |
getStringValue() |
Object |
getValue() |
getDebugName, getLanguageSpecificStringValue, toString
getDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristics
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
Copyright © 2020 The Apache Software Foundation. All rights reserved.