public interface Property
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Property.PropertyBoolean
Base for properties which contain a boolean value.
|
static interface |
Property.PropertyConcept
Base for properties of type
Concept. |
static interface |
Property.PropertyConceptReference
Base for properties which refer to a
Concept. |
static interface |
Property.PropertyContainedConcept
Base for properties which contain a
Concept. |
static interface |
Property.PropertyDateTime
Base for properties which contain a date and time.
|
static interface |
Property.PropertyDouble
Base for properties which contain a
double value. |
static interface |
Property.PropertyInt
Base for properties which contain an
int value. |
static interface |
Property.PropertyLong
Base for properties which contain a
long value. |
static interface |
Property.PropertyString
Base for properties which contain a
String value. |
| Modifier and Type | Field and Description |
|---|---|
static int |
HISTORY_POLICY_ALL_VALUES
History policy in which every set value is stored in the history even if it is the same as the previous value.
|
static int |
HISTORY_POLICY_CHANGES_ONLY
History policy in which a new value is stored in the history only when different from the previous value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHistoryPolicy()
Gets the history policy of this property
|
int |
getHistorySize()
Gets the history size of this property (the number of values stored in its history ring).
|
java.lang.String |
getName()
Gets the name of the property.
|
Concept |
getParent()
Returns the concept instance that this property belongs to.
|
static final int HISTORY_POLICY_CHANGES_ONLY
Property.getHistoryPolicy(),
Constant Field Valuesstatic final int HISTORY_POLICY_ALL_VALUES
Property.getHistoryPolicy(),
Constant Field Valuesjava.lang.String getName()
int getHistoryPolicy()
Property.HISTORY_POLICY_ALL_VALUES,
Property.HISTORY_POLICY_CHANGES_ONLYint getHistorySize()
Concept getParent()