Uses of Class
com.sas.lsaf.workflow.processflow.DataProperty.Type
-
Packages that use DataProperty.Type Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions.com.sas.lsaf.workflow.processflow 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.Type Modifier and Type Method Description DataProperty.Type
FormAttributeDefinition. getType()
Gets the type of the attribute definition.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type DataProperty.Type Constructor Description FormAttributeDefinition(java.lang.String id, DataProperty.Type type, java.lang.String name, java.io.Serializable defaultValue, java.lang.Boolean required, java.lang.Boolean editable, java.lang.Boolean readable, java.util.Map<java.lang.String,java.lang.String> values, java.util.Set<java.lang.String> valueIds, java.lang.String datePattern, java.lang.String variableName, java.lang.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.Type Modifier and Type Method Description DataProperty.Type
DataProperty. getType()
Gets the type of the data property as defined in the process flow definition.static DataProperty.Type
DataProperty.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataProperty.Type[]
DataProperty.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.workflow.processflow with parameters of type DataProperty.Type Constructor Description DataProperty(java.lang.String id, java.lang.String name, DataProperty.Type type, java.io.Serializable value)
It is not intended or recommended that the consumer of the API construct these objects.DataProperty(java.lang.String id, java.lang.String name, DataProperty.Type type, java.io.Serializable value, java.util.Map<java.lang.String,java.lang.String> values, java.lang.String datePattern)
It is not intended or recommended that the consumer of the API construct these objects.
-