Class Constants
- java.lang.Object
-
- io.serverlessworkflow.api.workflow.Constants
-
- All Implemented Interfaces:
Serializable
public class Constants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
getConstantsDef()
String
getRefValue()
void
setConstantsDef(com.fasterxml.jackson.databind.JsonNode constantsDef)
void
setRefValue(String refValue)
-
-
-
Constructor Detail
-
Constants
public Constants()
-
Constants
public Constants(String refValue)
-
Constants
public Constants(com.fasterxml.jackson.databind.JsonNode constantsDef)
-
-