Uses of Enum Class
com.sas.lsaf.workflow.processflow.DataProperty.Type
Packages that use DataProperty.Type
Package
Description
The service and class definitions to manage process flow definitions.
The service and class definitions to manage process flows.
-
Uses of DataProperty.Type in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return DataProperty.TypeModifier and TypeMethodDescriptionFormAttributeDefinition.getType()Gets the type of the attribute definition.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type DataProperty.TypeModifierConstructorDescriptionFormAttributeDefinition(String id, DataProperty.Type type, String name, Serializable defaultValue, Boolean required, Boolean editable, Boolean readable, Map<String, String> values, Set<String> valueIds, String datePattern, String variableName, String expression) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of DataProperty.Type in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return DataProperty.TypeModifier and TypeMethodDescriptionDataProperty.getType()Gets the type of the data property as defined in the process flow definition.static DataProperty.TypeReturns the enum constant of this class with the specified name.static DataProperty.Type[]DataProperty.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.workflow.processflow with parameters of type DataProperty.TypeModifierConstructorDescriptionDataProperty(String id, String name, DataProperty.Type type, Serializable value) It is not intended or recommended that the consumer of the API construct these objects.DataProperty(String id, String name, DataProperty.Type type, Serializable value, Map<String, String> values, String datePattern) It is not intended or recommended that the consumer of the API construct these objects.