Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
Modifier and Type | Method and Description |
---|---|
DataProperty.Type |
DataProperty.getType()
Get the type of this data property as defined in the process 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) 2019, SAS Institute Inc., Cary, NC, USA