public class Constraint extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Constraint.Type |
| Modifier and Type | Field and Description |
|---|---|
protected String |
property |
protected Constraint.Type |
type |
protected Object |
value |
| 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() |
protected Constraint.Type type
protected String property
protected Object value
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.