Class ByteValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.NumericValue
-
- org.intocps.maestro.interpreter.values.ByteValue
-
public class ByteValue extends NumericValue
-
-
Constructor Summary
Constructors Constructor Description ByteValue(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Value other)doubledoubleValue()floatfloatValue()intgetValue()intintValue()longlongValue()doublerealValue()StringtoString()-
Methods inherited from class org.intocps.maestro.interpreter.values.NumericValue
isNumeric, upCast, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf
-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
as, checkArgLength, deref, isNumericDecimal, isUpdatable
-
-
-
-
Method Detail
-
getValue
public int getValue()
-
longValue
public long longValue()
- Specified by:
longValuein classNumericValue
-
intValue
public int intValue()
- Specified by:
intValuein classNumericValue
-
realValue
public double realValue()
- Specified by:
realValuein classNumericValue
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein classNumericValue
-
floatValue
public float floatValue()
- Specified by:
floatValuein classNumericValue
-
-