Class PropertyType
java.lang.Object
com.inductiveautomation.ignition.common.config.PropertyType
- All Implemented Interfaces:
Localized
,Serializable
This represents a simple type system that is a bridge between documents/json which aren't very strongly typed, and
our/java's type system, mostly for the purpose of storing/using properties. Many properties are well known, meaning
statically defined and registered such that we know exactly what the type should be. But if not, we have to derive a
type. In other places, we want to be able to specify a type for an arbitrary property,and this will be the list of
options we allow.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyType
static final PropertyType
static final PropertyType
static final PropertyType
static final PropertyType
static final PropertyType
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyType
Class<?>
toString()
static PropertyType[]
values()