@Dependent public class DataTypeConstraintExpression extends Object implements DataTypeConstraintComponent
Modifier and Type | Class and Description |
---|---|
static interface |
DataTypeConstraintExpression.View |
NONE
Constructor and Description |
---|
DataTypeConstraintExpression(DataTypeConstraintExpression.View view,
ConstraintPlaceholderHelper placeholderHelper) |
Modifier and Type | Method and Description |
---|---|
elemental2.dom.Element |
getElement() |
String |
getValue() |
void |
setConstraintValueType(String constraintValueType) |
void |
setValue(String value) |
@Inject public DataTypeConstraintExpression(DataTypeConstraintExpression.View view, ConstraintPlaceholderHelper placeholderHelper)
public String getValue()
getValue
in interface DataTypeConstraintComponent
public void setValue(String value)
setValue
in interface DataTypeConstraintComponent
public void setConstraintValueType(String constraintValueType)
setConstraintValueType
in interface DataTypeConstraintComponent
public elemental2.dom.Element getElement()
getElement
in interface DataTypeConstraintComponent
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.