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 no.priv.bang.modeling.modelstore.value -
-
Uses of Value in no.priv.bang.modeling.modelstore.backend
Methods in no.priv.bang.modeling.modelstore.backend that return Value Modifier and Type Method Description private Value
JsonPropertysetPersister. parseArray(com.fasterxml.jackson.core.JsonParser parser, ModelContext modelContext)
private Value
JsonPropertysetPersister. parseObject(com.fasterxml.jackson.core.JsonParser parser, ModelContext modelContext)
Methods in no.priv.bang.modeling.modelstore.backend with parameters of type Value Modifier and Type Method Description private void
JsonPropertysetPersister. outputValue(com.fasterxml.jackson.core.JsonGenerator generator, String propertyname, Value value)
-
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
ValueCreator. fromBoolean(Boolean value)
Value
ValueCreator. fromDouble(Double value)
Value
ValueCreator. fromLong(Long value)
Value
ValueCreator. fromString(String value)
Value
ValueCreator. fromValueList(ValueList valueList)
Value
ValueCreator. getNil()
Return an object that can be used to represent undefinedValue
valuesValue
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)
Value
ValueCreator. toComplexValue(Propertyset propertyset)
Create an embedded object value from a propertysetValue
ValueCreator. toReferenceValue(Propertyset propertyset)
Create a reference value to a propertyset (a "pointer to an object")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)
-
Uses of Value in no.priv.bang.modeling.modelstore.value
Classes in no.priv.bang.modeling.modelstore.value 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.value declared as Value Modifier and Type Field Description private Value[]
EmptyValueList. emptyArray
private static Value
NilValue. singleton
Fields in no.priv.bang.modeling.modelstore.value 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.value that return Value Modifier and Type Method Description Value
ValueCreatorProvider. fromBoolean(Boolean value)
Value
ValueCreatorProvider. fromDouble(Double value)
Value
ValueCreatorProvider. fromLong(Long value)
Value
ValueCreatorProvider. fromString(String value)
Value
ValueCreatorProvider. fromValueList(ValueList valueList)
Value
EmptyValueList. get(int index)
Value
PropertysetImpl. get(Object key)
Value
PropertysetNil. get(Object key)
Value
PropertysetRecordingSaveTime. get(Object key)
Value
ValueArrayList. get(int index)
(package private) static Value
NilValue. getNil()
Value
ValueCreatorProvider. getNil()
static Value
Values. getNil()
Get the singletonNilValue
object.Value
PropertysetImpl. getProperty(String propertyname)
Value
PropertysetNil. getProperty(String propertyname)
Value
PropertysetRecordingSaveTime. getProperty(String propertyname)
Value
PropertysetImpl. put(String key, Value value)
Value
PropertysetNil. put(String arg0, Value arg1)
Value
PropertysetRecordingSaveTime. put(String key, Value value)
Value
EmptyValueList. remove(int index)
Value
PropertysetImpl. remove(Object key)
Value
PropertysetNil. remove(Object key)
Value
PropertysetRecordingSaveTime. remove(Object key)
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
Value
ValueCreatorProvider. toComplexValue(Propertyset propertyset)
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
Value
ValueCreatorProvider. toReferenceValue(Propertyset propertyset)
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.value that return types with arguments of type Value Modifier and Type Method Description Set<Map.Entry<String,Value>>
PropertysetImpl. entrySet()
Set<Map.Entry<String,Value>>
PropertysetNil. entrySet()
Set<Map.Entry<String,Value>>
PropertysetRecordingSaveTime. entrySet()
Collection<Value>
PropertysetImpl. values()
Collection<Value>
PropertysetNil. values()
Collection<Value>
PropertysetRecordingSaveTime. values()
Methods in no.priv.bang.modeling.modelstore.value 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)
Value
PropertysetImpl. put(String key, Value value)
Value
PropertysetNil. put(String arg0, Value arg1)
Value
PropertysetRecordingSaveTime. put(String key, 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)
Method parameters in no.priv.bang.modeling.modelstore.value with type arguments of type Value Modifier and Type Method Description void
PropertysetImpl. putAll(Map<? extends String,? extends Value> map)
void
PropertysetNil. putAll(Map<? extends String,? extends Value> m)
void
PropertysetRecordingSaveTime. putAll(Map<? extends String,? extends Value> map)
-