org.qi4j.test.value
Interface AbstractValueCompositeSerializationTest.SomeValue

All Superinterfaces:
Composite, ValueComposite
Enclosing class:
AbstractValueCompositeSerializationTest

public static interface AbstractValueCompositeSerializationTest.SomeValue
extends ValueComposite


Method Summary
 Property<AbstractValueCompositeSerializationTest.AnotherValue> another()
           
 Property<java.util.List<AbstractValueCompositeSerializationTest.AnotherValue>> anotherList()
           
 Property<java.util.List<AbstractValueCompositeSerializationTest.AnotherValue>> anotherListEmpty()
           
 Property<java.util.List<AbstractValueCompositeSerializationTest.AnotherValue>> anotherListNull()
           
 Property<AbstractValueCompositeSerializationTest.AnotherValue> anotherNull()
           
 Association<AbstractValueCompositeSerializationTest.Bar> barAssociation()
           
 Association<AbstractValueCompositeSerializationTest.Bar> barAssociationOptional()
           
 Association<AbstractValueCompositeSerializationTest.BarEntity> barEntityAssociation()
           
 ManyAssociation<AbstractValueCompositeSerializationTest.BarEntity> barEntityManyAssociation()
           
 ManyAssociation<AbstractValueCompositeSerializationTest.Bar> barManyAssociation()
           
 ManyAssociation<AbstractValueCompositeSerializationTest.Bar> barManyAssociationEmpty()
           
 Property<AbstractValueCompositeSerializationTest.Foo> customFoo()
           
 Property<AbstractValueCompositeSerializationTest.FooValue> customFooValue()
           
 Property<java.util.Date> date()
           
 Property<org.joda.time.DateTime> dateTime()
           
 Property<java.lang.String> emptyString()
           
 Property<EntityReference> entityReference()
           
 Property<AbstractValueCompositeSerializationTest.Foo> foo()
           
 Property<AbstractValueCompositeSerializationTest.FooValue> fooValue()
           
 Property<org.joda.time.LocalDate> localDate()
           
 Property<org.joda.time.LocalDateTime> localDateTime()
           
 Property<java.lang.String> nullString()
           
 Property<java.lang.Long> number()
           
 Property<java.lang.Object> serializable()
           
 Property<AbstractValueCompositeSerializationTest.SpecificCollection> specificCollection()
           
 Property<java.lang.String> string()
           
 Property<java.lang.String> string2()
           
 Property<java.util.Map<java.lang.String,java.lang.Integer>> stringIntMap()
           
 Property<java.util.List<java.lang.String>> stringList()
           
 Property<java.util.Map<java.lang.String,AbstractValueCompositeSerializationTest.AnotherValue>> stringValueMap()
           
 Property<AbstractValueCompositeSerializationTest.TestEnum> testEnum()
           
 

Method Detail

string

Property<java.lang.String> string()

string2

Property<java.lang.String> string2()

nullString

@Optional
Property<java.lang.String> nullString()

emptyString

@UseDefaults
Property<java.lang.String> emptyString()

number

@UseDefaults
Property<java.lang.Long> number()

date

Property<java.util.Date> date()

dateTime

Property<org.joda.time.DateTime> dateTime()

localDate

Property<org.joda.time.LocalDate> localDate()

localDateTime

Property<org.joda.time.LocalDateTime> localDateTime()

entityReference

Property<EntityReference> entityReference()

stringList

@UseDefaults
Property<java.util.List<java.lang.String>> stringList()

stringIntMap

@UseDefaults
Property<java.util.Map<java.lang.String,java.lang.Integer>> stringIntMap()

stringValueMap

@UseDefaults
Property<java.util.Map<java.lang.String,AbstractValueCompositeSerializationTest.AnotherValue>> stringValueMap()

another

Property<AbstractValueCompositeSerializationTest.AnotherValue> another()

anotherNull

@Optional
Property<AbstractValueCompositeSerializationTest.AnotherValue> anotherNull()

anotherList

@UseDefaults
Property<java.util.List<AbstractValueCompositeSerializationTest.AnotherValue>> anotherList()

anotherListNull

@Optional
Property<java.util.List<AbstractValueCompositeSerializationTest.AnotherValue>> anotherListNull()

anotherListEmpty

@UseDefaults
Property<java.util.List<AbstractValueCompositeSerializationTest.AnotherValue>> anotherListEmpty()

testEnum

@UseDefaults
Property<AbstractValueCompositeSerializationTest.TestEnum> testEnum()

serializable

Property<java.lang.Object> serializable()

foo

Property<AbstractValueCompositeSerializationTest.Foo> foo()

fooValue

Property<AbstractValueCompositeSerializationTest.FooValue> fooValue()

customFoo

Property<AbstractValueCompositeSerializationTest.Foo> customFoo()

customFooValue

Property<AbstractValueCompositeSerializationTest.FooValue> customFooValue()

specificCollection

Property<AbstractValueCompositeSerializationTest.SpecificCollection> specificCollection()

barAssociationOptional

@Optional
Association<AbstractValueCompositeSerializationTest.Bar> barAssociationOptional()

barAssociation

Association<AbstractValueCompositeSerializationTest.Bar> barAssociation()

barEntityAssociation

Association<AbstractValueCompositeSerializationTest.BarEntity> barEntityAssociation()

barManyAssociationEmpty

ManyAssociation<AbstractValueCompositeSerializationTest.Bar> barManyAssociationEmpty()

barManyAssociation

ManyAssociation<AbstractValueCompositeSerializationTest.Bar> barManyAssociation()

barEntityManyAssociation

ManyAssociation<AbstractValueCompositeSerializationTest.BarEntity> barEntityManyAssociation()