Uses of Interface
no.priv.bang.modeling.modelstore.services.Value
-
Packages that use Value Package Description no.priv.bang.modeling.modelstore.backend no.priv.bang.modeling.modelstore.services -
-
Uses of Value in no.priv.bang.modeling.modelstore.backend
Classes in no.priv.bang.modeling.modelstore.backend that implement Value Modifier and Type Class Description (package private) class
BooleanValue
Wraps aBoolean
value in aPropertyset
.(package private) class
ComplexValue
(package private) class
DoubleValue
Wraps aDouble
value in aPropertyset
.(package private) class
IdValue
(package private) class
ListValue
(package private) class
LongValue
Wraps aLong
value in aPropertyset
.(package private) class
NilValue
A nil property value object.class
PropertysetValueBase
(package private) class
ReferenceValue
A property value that references aPropertyset
(a "pointer" value).(package private) class
StringValue
Wraps aString
value in aPropertyset
.class
ValueBase
Abstract class containing implementations of the type query methods all returning false.Fields in no.priv.bang.modeling.modelstore.backend declared as Value Modifier and Type Field Description private Value[]
EmptyValueList. emptyArray
private static Value
NilValue. singleton
Fields in no.priv.bang.modeling.modelstore.backend with type parameters of type Value Modifier and Type Field Description (package private) List<Value>
ValueArrayList. arrayList
private Map<String,Value>
PropertysetImpl. properties
Methods in no.priv.bang.modeling.modelstore.backend that return Value Modifier and Type Method Description Value
EmptyValueList. get(int index)
Value
ValueArrayList. get(int index)
(package private) static Value
NilValue. getNil()
static Value
Values. getNil()
Get the singletonNilValue
object.Value
PropertysetImpl. getProperty(String propertyname)
Value
PropertysetNil. getProperty(String propertyname)
Value
PropertysetRecordingSaveTime. getProperty(String propertyname)
private Value
JsonPropertysetPersister. parseArray(com.fasterxml.jackson.core.JsonParser parser, ModelContext modelContext)
private Value
JsonPropertysetPersister. parseObject(com.fasterxml.jackson.core.JsonParser parser, ModelContext modelContext)
Value
EmptyValueList. remove(int index)
Value
ValueArrayList. remove(int paramInt)
Value
EmptyValueList. set(int i, boolean value)
Value
EmptyValueList. set(int i, double value)
Value
EmptyValueList. set(int i, long value)
Value
EmptyValueList. set(int i, Boolean value)
Value
EmptyValueList. set(int i, Double value)
Value
EmptyValueList. set(int i, Long value)
Value
EmptyValueList. set(int i, String value)
Value
EmptyValueList. set(int i, Propertyset value)
Value
EmptyValueList. set(int index, Value element)
Value
EmptyValueList. set(int i, ValueList value)
Value
ValueArrayList. set(int i, boolean value)
Value
ValueArrayList. set(int i, double value)
Value
ValueArrayList. set(int i, long value)
Value
ValueArrayList. set(int i, Boolean value)
Value
ValueArrayList. set(int i, Double value)
Value
ValueArrayList. set(int i, Long value)
Value
ValueArrayList. set(int i, String value)
Value
ValueArrayList. set(int i, Propertyset value)
Value
ValueArrayList. set(int i, Value value)
Value
ValueArrayList. set(int i, ValueList value)
static Value
Values. toBooleanValue(boolean boolValue)
Create new instances ofBooleanValue
static Value
Values. toBooleanValue(Boolean boolValue)
Create new instances ofBooleanValue
static Value
Values. toComplexValue(Propertyset complexValue)
Create new instances ofComplexValue
static Value
Values. toComplexValue(Propertyset complexValue, boolean makeDefensiveCopy)
Create new instances ofComplexValue
static Value
Values. toDoubleValue(double doubleValue)
Create new instances ofDoubleValue
static Value
Values. toDoubleValue(Double doubleValue)
Create new instances ofDoubleValue
(package private) static Value
Values. toListValue(ValueList listValue)
Create new instances ofListValue
(package private) static Value
Values. toListValue(ValueList listValue, boolean makeDefensiveCopy)
Create new instances ofListValue
static Value
Values. toLongValue(long intValue)
Create new instances ofLongValue
static Value
Values. toLongValue(Long intValue)
Create new instances ofLongValue
static Value
Values. toReferenceValue(Propertyset referencedValue)
Create new instances ofReferenceValue
static Value
Values. toStringValue(String stringValue)
Create new instances ofStringValue
Methods in no.priv.bang.modeling.modelstore.backend with parameters of type Value Modifier and Type Method Description void
EmptyValueList. add(int index, Value element)
boolean
EmptyValueList. add(Value e)
void
ValueArrayList. add(int i, Value value)
private void
JsonPropertysetPersister. outputValue(com.fasterxml.jackson.core.JsonGenerator generator, String propertyname, Value value)
Value
EmptyValueList. set(int index, Value element)
Value
ValueArrayList. set(int i, Value value)
void
PropertysetImpl. setProperty(String propertyname, Value property)
void
PropertysetNil. setProperty(String propertyname, Value property)
void
PropertysetRecordingSaveTime. setProperty(String propertyname, Value property)
-
Uses of Value in no.priv.bang.modeling.modelstore.services
Methods in no.priv.bang.modeling.modelstore.services that return Value Modifier and Type Method Description Value
Propertyset. getProperty(String propertyname)
Value
ValueList. set(int i, boolean value)
Value
ValueList. set(int i, double value)
Value
ValueList. set(int i, long value)
Value
ValueList. set(int i, Boolean value)
Value
ValueList. set(int i, Double value)
Value
ValueList. set(int i, Long value)
Value
ValueList. set(int i, String value)
Value
ValueList. set(int i, Propertyset value)
Value
ValueList. set(int i, ValueList value)
Methods in no.priv.bang.modeling.modelstore.services with parameters of type Value Modifier and Type Method Description void
Propertyset. setProperty(String propertyname, Value property)
-