@OpenApiAll public class DateTimeProperty extends StringProperty
DEFAULT_PROPERTY_RESOURCE_PROVIDER, EDITABLE, mAdditionalProperties, mDescriptionID, mEditable, mGroupName, mID, mResourceProvider, mSources, mSupport, mUndefinedState, mValue, NULL, NULL_ID_PROPERTY_RESOURCE_PROVIDER, UNDEFINED, VALUE| Constructor and Description | 
|---|
DateTimeProperty()
Default constructor. 
 | 
DateTimeProperty(java.lang.String id,
                java.lang.Object value,
                boolean multiline,
                Type type)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(PropertyVisitor v)
Accepts the given visitor. 
 | 
java.lang.String | 
getClassType()
Returns property class type. 
 | 
Type | 
getType()
Returns type of property 
 | 
static boolean | 
isDateTimeType(Type type)
Check if type is date type 
 | 
getString, getValueStringRepresentation, isMultiline, setMultiline_isFrozen, _setFrozen, addPropertyChangeListener, addSource, addSources, areValuesEqual, clone, createCellEditor, createEditor, createTableCellRenderer, equals, firePropertyChange, generateDefaultDescriptionID, getAdditionalProperties, getAdditionalProperty, getDescription, getDescriptionID, getGroup, getID, getName, getNonEditableReason, getPureDescription, getResourceProvider, getResourceProviderID, getSources, getUndefinedString, getUndefinedString, getValue, hashCode, isEditable, isUndefinedState, removePropertyChangeListener, setAdditionalProperties, setAdditionalProperty, setDescription, setDescriptionID, setEditable, setGroup, setID, setNonEditableReason, setResourceProvider, setResourceProviderID, setSources, setUndefinedState, setValue, toStringpublic DateTimeProperty()
public DateTimeProperty(java.lang.String id,
                        @CheckForNull
                        java.lang.Object value,
                        boolean multiline,
                        @CheckForNull
                        Type type)
public Type getType()
public void accept(PropertyVisitor v) throws java.lang.Exception
accept in interface PropertyVisitorAcceptoraccept in class StringPropertyv - the PropertyVisitor.java.lang.Exceptionpublic java.lang.String getClassType()
getClassType in interface PropertyVisitorAcceptorgetClassType in class StringPropertyPropertyID.DATETIME_PROPERTYpublic static boolean isDateTimeType(Type type)
type - of property