org.qi4j.api.value
Interface Value

All Known Subinterfaces:
AbstractEntityStoreTest.TestValue, AbstractEntityStoreTest.TestValue2, AbstractEntityStoreTest.TjabbaValue, Address, AlarmCategory, AlarmEvent, AlarmStatus, ApplicationEvent, AuthorizationContextValue, DomainEventValue, File, Host, Port, Protocol, QueryParam, SecureHash, SimpleAlarmCategory, TimelineRecordValue, TransactionApplicationEvents, UnitOfWorkDomainEventsValue, URL, ValueComposite
All Known Implementing Classes:
AlarmEvent.Mixin, AlarmStatus.AlarmStatusMixin

public interface Value

Methods specifically for Values


Method Summary
<T> ValueBuilder<T>
buildWith()
           
 StateHolder state()
           
 String toJSON()
           
 

Method Detail

state

StateHolder state()

buildWith

<T> ValueBuilder<T> buildWith()

toJSON

String toJSON()