Interface FormatPart
-
- All Superinterfaces:
java.lang.Comparable<FormatPart>
- All Known Implementing Classes:
AbstractFormatPart,MessageFormatPart,StringFormatPart,StringPart
interface FormatPart extends java.lang.Comparable<FormatPart>
Date: 13.06.2011
-
-
Field Summary
Fields Modifier and Type Field Description static intSTRINGThe default string index.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intindex()The parameter index.java.lang.Stringpart()The part of the format.intposition()The position for the part.
-
-
-
Field Detail
-
STRING
static final int STRING
The default string index.- See Also:
- Constant Field Values
-
-