public static interface AbstractEntityStoreTest.TestValue
extends org.qi4j.api.value.ValueComposite
Type | Property and Description |
---|---|
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestEnum> |
enum |
org.qi4j.api.property.Property<Integer> |
int |
org.qi4j.api.property.Property<List<String>> |
list |
org.qi4j.api.property.Property<Map<String,AbstractEntityStoreTest.Tjabba>> |
map |
org.qi4j.api.property.Property<Map<String,String>> |
mapStringString |
org.qi4j.api.property.Property<String> |
string |
org.qi4j.api.property.Property<AbstractEntityStoreTest.Tjabba> |
tjabba |
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestValue2> |
value |
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestEnum> |
enumProperty() |
org.qi4j.api.property.Property<Integer> |
intProperty() |
org.qi4j.api.property.Property<List<String>> |
listProperty() |
org.qi4j.api.property.Property<Map<String,AbstractEntityStoreTest.Tjabba>> |
mapProperty() |
org.qi4j.api.property.Property<Map<String,String>> |
mapStringStringProperty() |
org.qi4j.api.property.Property<String> |
stringProperty() |
org.qi4j.api.property.Property<AbstractEntityStoreTest.Tjabba> |
tjabbaProperty() |
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestValue2> |
valueProperty() |
@UseDefaults org.qi4j.api.property.Property<String> stringProperty()
@UseDefaults org.qi4j.api.property.Property<Integer> intProperty()
@UseDefaults org.qi4j.api.property.Property<AbstractEntityStoreTest.TestEnum> enumProperty()
@UseDefaults org.qi4j.api.property.Property<Map<String,AbstractEntityStoreTest.Tjabba>> mapProperty()
org.qi4j.api.property.Property<AbstractEntityStoreTest.TestValue2> valueProperty()
org.qi4j.api.property.Property<AbstractEntityStoreTest.Tjabba> tjabbaProperty()