Package com.docusign.maestro.model
Enum DSWorkflowExpressionTypesBooleanExpression
- java.lang.Object
-
- java.lang.Enum<DSWorkflowExpressionTypesBooleanExpression>
-
- com.docusign.maestro.model.DSWorkflowExpressionTypesBooleanExpression
-
- All Implemented Interfaces:
Serializable,Comparable<DSWorkflowExpressionTypesBooleanExpression>
public enum DSWorkflowExpressionTypesBooleanExpression extends Enum<DSWorkflowExpressionTypesBooleanExpression>
Gets or Sets DSWorkflowExpressionTypes.BooleanExpression
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOLEANEXPRESSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DSWorkflowExpressionTypesBooleanExpressionfromValue(String value)StringgetValue()StringtoString()static DSWorkflowExpressionTypesBooleanExpressionvalueOf(String name)Returns the enum constant of this type with the specified name.static DSWorkflowExpressionTypesBooleanExpression[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BOOLEANEXPRESSION
public static final DSWorkflowExpressionTypesBooleanExpression BOOLEANEXPRESSION
-
-
Method Detail
-
values
public static DSWorkflowExpressionTypesBooleanExpression[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DSWorkflowExpressionTypesBooleanExpression c : DSWorkflowExpressionTypesBooleanExpression.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DSWorkflowExpressionTypesBooleanExpression valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<DSWorkflowExpressionTypesBooleanExpression>
-
fromValue
public static DSWorkflowExpressionTypesBooleanExpression fromValue(String value)
-
-