org.rhq.core.clientapi.descriptor.configuration
Class RegexConstraintType
java.lang.Object
org.rhq.core.clientapi.descriptor.configuration.RegexConstraintType
public class RegexConstraintType
- extends java.lang.Object
Constraint to indicate a value must match the specified
regular expression.
Java class for regexConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="regexConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
expression
|
|
Method Summary |
java.lang.String |
getExpression()
Gets the value of the expression property. |
void |
setExpression(java.lang.String value)
Sets the value of the expression property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected java.lang.String expression
RegexConstraintType
public RegexConstraintType()
getExpression
public java.lang.String getExpression()
- Gets the value of the expression property.
- Returns:
- possible object is
String
setExpression
public void setExpression(java.lang.String value)
- Sets the value of the expression property.
- Parameters:
value - allowed object is
String
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.