Class MetaData.HiddenValue
java.lang.Object
se.conciliate.extensions.documents.MetaData<Object>
se.conciliate.extensions.documents.MetaData.HiddenValue
Represents a transient value that is never shown in the user-interface.
The meta data type is a
MetaDataType.HiddenMetaDataType
.
This can store any type of object on the document, and
will never be persisted to storage. Useful to keep implementation specific
information close to the document.-
Nested Class Summary
Nested classes/interfaces inherited from class se.conciliate.extensions.documents.MetaData
MetaData.BooleanValue, MetaData.DateTimeValue, MetaData.HiddenValue, MetaData.HtmlValue, MetaData.ImageValue, MetaData.MTSymbolValue, MetaData.NumberValue, MetaData.OptionsValue, MetaData.TextValue, MetaData.UrlValue
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HiddenValue
-
-
Method Details