public class Constraint extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Constraint.Type |
| Constructor and Description |
|---|
Constraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty() |
Constraint.Type |
getType() |
Object |
getValue() |
void |
setProperty(String property) |
void |
setType(Constraint.Type type) |
void |
setValue(Object value) |
String |
toString() |
public Constraint.Type getType()
public void setType(Constraint.Type type)
public String getProperty()
public void setProperty(String property)
public Object getValue()
public void setValue(Object value)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.