public class ConstraintField extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cacheOnMatch |
protected String |
cacheOnMatchFailure |
protected List<ConstraintFieldValue> |
constraintFieldValue |
protected String |
name |
protected String |
scope |
| Constructor and Description |
|---|
ConstraintField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheOnMatch() |
String |
getCacheOnMatchFailure() |
List<ConstraintFieldValue> |
getConstraintFieldValue() |
String |
getName() |
String |
getScope() |
void |
setCacheOnMatch(String value) |
void |
setCacheOnMatchFailure(String value) |
void |
setName(String value) |
void |
setScope(String value) |
protected String name
protected String scope
protected String cacheOnMatch
protected String cacheOnMatchFailure
protected List<ConstraintFieldValue> constraintFieldValue
public String getName()
public void setName(String value)
public String getScope()
public void setScope(String value)
public String getCacheOnMatch()
public void setCacheOnMatch(String value)
public String getCacheOnMatchFailure()
public void setCacheOnMatchFailure(String value)
public List<ConstraintFieldValue> getConstraintFieldValue()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.