|
|||||||||
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.EndOfLine
This pattern represents a pattern for the end of a line.
Constructor Summary | |
EndOfLine()
Creates a pattern of the end of a line. |
Method Summary | |
java.lang.Object |
clone()
Create a clone of this pattern. |
java.lang.String |
toString()
Return a string representation 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 EndOfLine()
Method Detail |
public java.lang.String toString()
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 |