Class AbstractFormatPart
java.lang.Object
org.jboss.logging.processor.validation.AbstractFormatPart
- All Implemented Interfaces:
Comparable<FormatPart>
,FormatPart
- Direct Known Subclasses:
MessageFormatPart
,StringFormatPart
,StringPart
Abstract class that only implements Comparable for convenience. Uses the
FormatPart.position()
for
the comparison.
Date: 13.06.2011-
Field Summary
Fields inherited from interface org.jboss.logging.processor.validation.FormatPart
STRING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jboss.logging.processor.validation.FormatPart
index, part, position
-
Constructor Details
-
AbstractFormatPart
AbstractFormatPart()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FormatPart>
-
toString
-