@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 DataTypeConstraintComponent
public void setValue(String value)
setValue
in interface DataTypeConstraintComponent
public void setConstraintValueType(String type)
setConstraintValueType
in interface DataTypeConstraintComponent
public elemental2.dom.Element getElement()
getElement
in interface DataTypeConstraintComponent
public void setModal(DataTypeConstraintModal modal)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.