| Modifier and Type | Method and Description | 
|---|---|
IntegerValue | 
IntegerValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue)  | 
IntegerValue | 
IntegerValueSerializer.readValue(ValueFields valueFields)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IntegerValueSerializer.writeValue(IntegerValue variableValue,
          ValueFields valueFields)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IntegerValue | 
Variables.integerValue(Integer integer)
Creates a new  
IntegerValue that encapsulates the given integer | 
static IntegerValue | 
Variables.integerValue(Integer integer,
            boolean isTransient)
Creates a new  
IntegerValue that encapsulates the given integer | 
| Modifier and Type | Method and Description | 
|---|---|
IntegerValue | 
PrimitiveValueTypeImpl.IntegerTypeImpl.convertFromTypedValue(TypedValue typedValue)  | 
IntegerValue | 
PrimitiveValueTypeImpl.IntegerTypeImpl.createValue(Object value,
           Map<String,Object> valueInfo)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PrimitiveTypeValueImpl.IntegerValueImpl  | 
Copyright © 2019. All rights reserved.