Uses of Interface
no.priv.bang.modeling.modelstore.services.ValueList
-
Packages that use ValueList Package Description no.priv.bang.modeling.modelstore.backend no.priv.bang.modeling.modelstore.services -
-
Uses of ValueList in no.priv.bang.modeling.modelstore.backend
Classes in no.priv.bang.modeling.modelstore.backend that implement ValueList Modifier and Type Class Description class
EmptyValueList
A list implementation that signifies the nil list value.(package private) class
ValueArrayList
Fields in no.priv.bang.modeling.modelstore.backend declared as ValueList Modifier and Type Field Description private ValueList
NilValue. emptyValueList
private ValueList
ListValue. value
Methods in no.priv.bang.modeling.modelstore.backend that return ValueList Modifier and Type Method Description ValueList
BooleanValue. asList()
ValueList
DoubleValue. asList()
ValueList
IdValue. asList()
ValueList
ListValue. asList()
ValueList
LongValue. asList()
ValueList
NilValue. asList()
ValueList
PropertysetValueBase. asList()
ValueList
StringValue. asList()
ValueList
ModelContextImpl. createList()
ValueList
ModelContextRecordingMetadata. createList()
ValueList
PropertysetImpl. getAspects()
ValueList
PropertysetNil. getAspects()
ValueList
PropertysetRecordingSaveTime. getAspects()
ValueList
PropertysetImpl. getListProperty(String propertyname)
ValueList
PropertysetNil. getListProperty(String propertyname)
ValueList
PropertysetRecordingSaveTime. getListProperty(String propertyname)
static ValueList
Values. newList()
Create new instances ofValueArrayList
.Methods in no.priv.bang.modeling.modelstore.backend with parameters of type ValueList Modifier and Type Method Description void
EmptyValueList. add(ValueList value)
void
ValueArrayList. add(ValueList value)
private boolean
PropertysetImpl. aspectContainedInList(ValueList aspectList, Propertyset aspect)
private void
JsonPropertysetPersister. outputArray(com.fasterxml.jackson.core.JsonGenerator generator, ValueList listvalue)
Value
EmptyValueList. set(int i, ValueList value)
Value
ValueArrayList. set(int i, ValueList value)
void
PropertysetImpl. setListProperty(String propertyname, ValueList listValue)
void
PropertysetNil. setListProperty(String propertyname, ValueList listValue)
void
PropertysetRecordingSaveTime. setListProperty(String propertyname, ValueList listValue)
(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
Constructors in no.priv.bang.modeling.modelstore.backend with parameters of type ValueList Constructor Description ListValue(ValueList value)
ValueArrayList(ValueList original)
-
Uses of ValueList in no.priv.bang.modeling.modelstore.services
Methods in no.priv.bang.modeling.modelstore.services that return ValueList Modifier and Type Method Description ValueList
Value. asList()
ValueList
ModelContext. createList()
Create a new emptyValueList
.ValueList
Propertyset. getAspects()
ValueList
Propertyset. getListProperty(String propertyname)
Methods in no.priv.bang.modeling.modelstore.services with parameters of type ValueList Modifier and Type Method Description void
ValueList. add(ValueList value)
Value
ValueList. set(int i, ValueList value)
void
Propertyset. setListProperty(String propertyname, ValueList listValue)
-