|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Patterned
Objects implementing this interface know how to convert themselves into
fully qualifying string. This means that this holds
o.equals(new o1();o1.applyPattern(o.toPattern())) == true
A few classes in that extend the standard java.text.Format
class have equally named methods, but do not implemnt this interface,
but are similar to it.
| Method Summary | |
|---|---|
void |
applyPattern(String pattern)
Reads the configuration from a string. |
String |
toPattern()
Converts this object to a fully qualifying string. |
| Method Detail |
|---|
String toPattern()
void applyPattern(String pattern)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||