Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
com.orchestranetworks.addon.dqid.common |
Provides common classes that are used by other classes such as exceptions and enumerations.
|
Modifier and Type | Method and Description |
---|---|
HTMLComponent |
ParameterDefinition.getHTMLComponent()
Returns the HTML Component that represents the parameter.
|
Constructor and Description |
---|
ParameterDefinition(String name,
com.orchestranetworks.schema.SchemaTypeName type,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
ListConstraint listConstraint,
HTMLComponent htmlComponent)
A parameter definition with a list of values and a UI component type.
|
Modifier and Type | Method and Description |
---|---|
static HTMLComponent |
HTMLComponent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLComponent[] |
HTMLComponent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|