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 int
STRING
The default string index.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
index()
The parameter index.java.lang.String
part()
The part of the format.int
position()
The position for the part.
-
-
-
Field Detail
-
STRING
static final int STRING
The default string index.- See Also:
- Constant Field Values
-
-