Uses of Interface
org.uberfire.ext.wires.bpmn.api.model.Property.Type
-
Packages that use Property.Type Package Description org.uberfire.ext.wires.bpmn.api.model org.uberfire.ext.wires.bpmn.api.model.impl.properties org.uberfire.ext.wires.bpmn.api.model.impl.types -
-
Uses of Property.Type in org.uberfire.ext.wires.bpmn.api.model
Methods in org.uberfire.ext.wires.bpmn.api.model that return Property.Type Modifier and Type Method Description Property.TypeProperty. getType() -
Uses of Property.Type in org.uberfire.ext.wires.bpmn.api.model.impl.properties
Methods in org.uberfire.ext.wires.bpmn.api.model.impl.properties that return Property.Type Modifier and Type Method Description Property.TypeDefaultPropertyImpl. getType()Constructors in org.uberfire.ext.wires.bpmn.api.model.impl.properties with parameters of type Property.Type Constructor Description DefaultPropertyImpl(String id, Property.Type type, String caption, String description, boolean isReadOnly, boolean isOptional) -
Uses of Property.Type in org.uberfire.ext.wires.bpmn.api.model.impl.types
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.types that implement Property.Type Modifier and Type Class Description classStringType
-