Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Method and 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(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.
|
Constructor and Description |
---|
DataProperty(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.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA