org.datamanager.kernel
Interface EntityValue

All Superinterfaces:
Serializable
All Known Subinterfaces:
ActiveEntityValue, CollectorEvent, Constraint, ContainsEntityEvent, DataManagerEvent, EngineEvent, EntityConstraint, EntityEvent, EventConstraint, EventGeneratorEvent, KernelEvent, LinkEvent, NumericEntityValue, PassiveEntityValue, PoolEvent, RequestEvent, ValueEvent
All Known Implementing Classes:
AbstractEntityConstraint, AbstractEventConstraint, AddEntityPoolEvent, AttachLinkEvent, AttributeCounterEntityValue, BooleanEntityValue, ByteArrayEntityValue, DataManagerEventAdapter, DateEntityValue, DetachLinkEvent, DisposeGuiRequestEvent, EmailConfigurationRequestEvent, EmailDisplayRequestEvent, EmailMessageFlagsEntityValue, EmailParametersEnteredCollectorEvent, EmailParametersEntityValue, EmailParametersRequestEvent, EmailReplyRequestEvent, EntityDisplayRequestEvent, ExportGuiRequestEvent, GetValueEvent, GuiLayoutEntityValue, KernelShutdownRequestEvent, LoadableSimpletonEntityValue, NewsGroupDownloadRequestEvent, NullEntityValue, NumberEntityValue, ObjectEntityValue, PasswordEntityValue, SearchPoolEvent, SearchRequestEvent, SearchResultsFoundEvent, SetValueEvent, SMTPSendRequestEvent, StringEntityValue, SubscribeEventGeneratorEvent, UnsubscribeEventGeneratorEvent, VectorEntityValue, WebSearchRequestEvent, WordFrequencyMapEntityValue

public interface EntityValue
extends Serializable

EntityValue serves as a marker interface for all the values that an Entity can have in the official releases of Knownspace. This interface should be implemented, rather than EntityValue developers implementing Serializable directly.

Author:
Matthew Farrellee
, Benjamin Keil



See the Helium Website