Package org.apache.openejb.jee.sun
Class ConstraintField
- java.lang.Object
-
- org.apache.openejb.jee.sun.ConstraintField
-
public class ConstraintField extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcacheOnMatchprotected StringcacheOnMatchFailureprotected List<ConstraintFieldValue>constraintFieldValueprotected Stringnameprotected Stringscope
-
Constructor Summary
Constructors Constructor Description ConstraintField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheOnMatch()StringgetCacheOnMatchFailure()List<ConstraintFieldValue>getConstraintFieldValue()StringgetName()StringgetScope()voidsetCacheOnMatch(String value)voidsetCacheOnMatchFailure(String value)voidsetName(String value)voidsetScope(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getScope
public String getScope()
-
setScope
public void setScope(String value)
-
getCacheOnMatch
public String getCacheOnMatch()
-
setCacheOnMatch
public void setCacheOnMatch(String value)
-
getCacheOnMatchFailure
public String getCacheOnMatchFailure()
-
setCacheOnMatchFailure
public void setCacheOnMatchFailure(String value)
-
getConstraintFieldValue
public List<ConstraintFieldValue> getConstraintFieldValue()
-
-