JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.collibra.dgc.core.api.model.workflow.task
Interface OptionValue
All Superinterfaces:
Serializable
public interface
OptionValue
extends
Serializable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getLabel
()
Return the label of option.
String
getValue
()
Return the value of option.
Method Details
getValue
String
getValue
()
Return the value of option.
Returns:
the value of option.
getLabel
String
getLabel
()
Return the label of option.
Returns:
the label of option.