|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.deployment.plugin.XmlBeanSupport org.apache.geronimo.naming.deployment.jsr88.HasPattern
public class HasPattern
Represents an element in a Geronimo dployment plan that has a child of type Pattern. This handles patterns that are a member of a choice as well as singleton patterns.
Has 1 JavaBean Properties
- pattern (type Pattern)
Field Summary |
---|
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
---|
pcs |
Constructor Summary | |
---|---|
HasPattern()
|
|
HasPattern(org.apache.xmlbeans.XmlObject xmlObject)
|
Method Summary | |
---|---|
protected void |
clearNonPatternFromChoice()
Should be overridden to remove any non-pattern elements if this element has a pattern that's part of a choice. |
protected void |
clearPatternFromChoice()
Should be called to remove any pattern child element if the pattern is part of a choice and some other element in the choice was set to a non-null value. |
protected GerPatternType |
findPattern()
Gets the pattern child of this element, or null if there is none. |
Pattern |
getPattern()
JavaBean getter for the Pattern property. |
void |
setPattern(Pattern group)
JavaBean setter for the Pattern property. |
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
---|
addPropertyChangeListener, configured, fromXML, getSchemaTypeLoader, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HasPattern()
public HasPattern(org.apache.xmlbeans.XmlObject xmlObject)
Method Detail |
---|
public Pattern getPattern()
public void setPattern(Pattern group)
protected void clearNonPatternFromChoice()
protected void clearPatternFromChoice()
protected GerPatternType findPattern()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |