| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValueISO
Default value
When maxItem == YEAR or MONTH value can contain years and months,
in other case it can contain only days/hors/minutes/seconds
|
String |
enabledWhen
Condition when property will be enabled.
|
UIDurationProperty.Format |
format
DateTime Format for stored value
FORMAT_TIMESTAMP_SECONDS and
FORMAT_TIMESTAMP_MILLS
will serialize value to JSON number.
|
DurationPrecision |
maxItem |
String |
name
Property name.
|
String |
notLongerISO
Maximum allowed value
When maxItem == YEAR or MONTH value can contain years and months,
in other case it can contain only days/hors/minutes/seconds
|
String |
notShorterISO
Minimum allowed value
When maxItem == YEAR or MONTH value can contain years and months,
in other case it can contain only days/hors/minutes/seconds
|
DurationPrecision |
precision |
TriBool |
readonly
Property cannot be changed
This will be ignored if property is required
and the new object is creating
|
boolean |
required
Value should be set
|
public abstract String name
public abstract TriBool readonly
public abstract String enabledWhen
public abstract String notLongerISO
public abstract String notShorterISO
public abstract String defaultValueISO
public abstract DurationPrecision precision
public abstract DurationPrecision maxItem
public abstract UIDurationProperty.Format format
Copyright © 2018. All rights reserved.