Package org.apache.openejb.jee.sun
Class ConstraintFieldValue
- java.lang.Object
-
- org.apache.openejb.jee.sun.ConstraintFieldValue
-
public class ConstraintFieldValue extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcacheOnMatchprotected StringcacheOnMatchFailureprotected StringmatchExprprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description ConstraintFieldValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheOnMatch()StringgetCacheOnMatchFailure()StringgetMatchExpr()Stringgetvalue()voidsetCacheOnMatch(String value)voidsetCacheOnMatchFailure(String value)voidsetMatchExpr(String value)voidsetvalue(String value)
-
-
-
Method Detail
-
getMatchExpr
public String getMatchExpr()
-
setMatchExpr
public void setMatchExpr(String value)
-
getCacheOnMatch
public String getCacheOnMatch()
-
setCacheOnMatch
public void setCacheOnMatch(String value)
-
getCacheOnMatchFailure
public String getCacheOnMatchFailure()
-
setCacheOnMatchFailure
public void setCacheOnMatchFailure(String value)
-
getvalue
public String getvalue()
-
setvalue
public void setvalue(String value)
-
-