|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.model.pattern.Pattern
net.sourceforge.chaperon.model.pattern.BeginOfLine
This class describes a pattern for the begin of a line.
Constructor Summary | |
BeginOfLine()
Creates a pattern for the begin of a line. |
Method Summary | |
java.lang.Object |
clone()
Create a clone of this pattern. |
java.lang.String |
toString()
Create a clone of this pattern. |
Violations |
validate()
Validates this pattern. |
Methods inherited from class net.sourceforge.chaperon.model.pattern.Pattern |
getLocation, getMaxOccurs, getMaxOccursAsString, getMinOccurs, getMinOccursAsString, setLocation, setMaxOccurs, setMaxOccursAsString, setMinOccurs, setMinOccursAsString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeginOfLine()
Method Detail |
public java.lang.String toString()
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.public java.lang.Object clone()
clone
in class Pattern
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.public Violations validate()
validate
in class Pattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |