|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface OrderParser.Provider
Represents a provider interface intended for order parser creation
| Method Summary | |
|---|---|
OrderParser |
create(java.util.Locale aLocale)
Creates a new instance of the order parser for specified locale |
java.lang.String |
getDescription()
Returns the description of the order parser |
java.lang.String |
getID()
Returns unique identifier of the order parser implementation |
java.lang.String |
getName()
Returns the name of the order parser |
| Method Detail |
|---|
java.lang.String getID()
java.lang.String getName()
java.lang.String getDescription()
OrderParser create(java.util.Locale aLocale)
aLocale - locale a new order parser should be created for; locale independent implementations
should simply ignore this argument
OrderParser
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||