org.apache.openejb.jee.sun
Class ConstraintFieldValue
java.lang.Object
org.apache.openejb.jee.sun.ConstraintFieldValue
public class ConstraintFieldValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matchExpr
protected String matchExpr
cacheOnMatch
protected String cacheOnMatch
cacheOnMatchFailure
protected String cacheOnMatchFailure
value
protected String value
ConstraintFieldValue
public ConstraintFieldValue()
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)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.