@Dependent public class DataTypeConstraintRange extends Object implements DataTypeConstraintComponent
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataTypeConstraintRange.View |
NONE| Constructor and Description |
|---|
DataTypeConstraintRange(DataTypeConstraintRange.View view,
ConstraintPlaceholderHelper placeholderHelper,
DMNClientServicesProxy clientServicesProxy,
javax.enterprise.event.Event<DataTypeConstraintParserWarningEvent> parserWarningEvent) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.Element |
getElement() |
String |
getValue() |
void |
setConstraintValueType(String type) |
void |
setModal(DataTypeConstraintModal modal) |
void |
setValue(String value) |
@Inject public DataTypeConstraintRange(DataTypeConstraintRange.View view, ConstraintPlaceholderHelper placeholderHelper, DMNClientServicesProxy clientServicesProxy, javax.enterprise.event.Event<DataTypeConstraintParserWarningEvent> parserWarningEvent)
public String getValue()
getValue in interface DataTypeConstraintComponentpublic void setValue(String value)
setValue in interface DataTypeConstraintComponentpublic void setConstraintValueType(String type)
setConstraintValueType in interface DataTypeConstraintComponentpublic elemental2.dom.Element getElement()
getElement in interface DataTypeConstraintComponentpublic void setModal(DataTypeConstraintModal modal)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.