com.jp.protection.priv.pro.parser.text
Class ShareITOrderParser.Provider

java.lang.Object
  extended by com.jp.protection.priv.pro.parser.text.Element5OrderParser.Provider
      extended by com.jp.protection.priv.pro.parser.text.ShareITOrderParser.Provider
All Implemented Interfaces:
OrderParser.Provider
Enclosing class:
ShareITOrderParser

public static class ShareITOrderParser.Provider
extends Element5OrderParser.Provider


Field Summary
static java.lang.String ID
           
 
Constructor Summary
ShareITOrderParser.Provider()
           
 
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
 
Methods inherited from class com.jp.protection.priv.pro.parser.text.Element5OrderParser.Provider
createDE, createEN
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

ShareITOrderParser.Provider

public ShareITOrderParser.Provider()
Method Detail

create

public OrderParser create(java.util.Locale aLocale)
Description copied from interface: OrderParser.Provider
Creates a new instance of the order parser for specified locale

Specified by:
create in interface OrderParser.Provider
Overrides:
create in class Element5OrderParser.Provider
Parameters:
aLocale - locale a new order parser should be created for; locale independent implementations should simply ignore this argument
Returns:
a new instance of the OrderParser

getDescription

public java.lang.String getDescription()
Description copied from interface: OrderParser.Provider
Returns the description of the order parser

Specified by:
getDescription in interface OrderParser.Provider
Overrides:
getDescription in class Element5OrderParser.Provider
Returns:
description of the order parser

getID

public java.lang.String getID()
Description copied from interface: OrderParser.Provider
Returns unique identifier of the order parser implementation

Specified by:
getID in interface OrderParser.Provider
Overrides:
getID in class Element5OrderParser.Provider
Returns:
unique identifier of the order parser implementation

getName

public java.lang.String getName()
Description copied from interface: OrderParser.Provider
Returns the name of the order parser

Specified by:
getName in interface OrderParser.Provider
Overrides:
getName in class Element5OrderParser.Provider
Returns:
name of the order parser