Interface IMultiValueFieldEntry<V>
- Type Parameters:
V- is the type of the value aIMultiValueFieldEntry.
- All Superinterfaces:
CloseStateRequestable, CreationRequestable, DatabaseConnectionRequestable, DeletionRequestable, EditingRequestable, IDatabaseObject, LoadingRequestable, StateRequestable<DatabaseObjectState>
- All Known Implementing Classes:
MultiValueFieldEntry
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface CloseStateRequestable
isClosed, isOpenMethods inherited from interface CreationRequestable
isNewMethods inherited from interface DatabaseConnectionRequestable
isConnectedWithRealDatabaseMethods inherited from interface DeletionRequestable
isDeletedMethods inherited from interface EditingRequestable
isEditedMethods inherited from interface LoadingRequestable
isLoadedMethods inherited from interface StateRequestable
getState
-
Method Details
-
getStoredParentMultiValue
IMultiValueField<V> getStoredParentMultiValue() -
getStoredValue
V getStoredValue()
-