|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.common.QuoteElement
QuoteElement
is a closed set of static
instances each corresponding to an XML element defined
in the E2E_AggregatedQPAResponse DTD. QuoteElement
is used in conjunction with QuoteParser
to efficiently
parse quote XML.
Field Summary | |
static QuoteElement |
AGGREGATED_RESPONSE
|
static QuoteElement |
AVAILABILITY
|
static QuoteElement |
AVAILABLE_DATE
|
static QuoteElement |
CREATION_DATE
|
static int |
I_AGGREGATED_RESPONSE
|
static int |
I_AVAILABILITY
|
static int |
I_AVAILABLE_DATE
|
static int |
I_CREATION_DATE
|
static int |
I_LOCATION
|
static int |
I_NOTE
|
static int |
I_PART_DESC
|
static int |
I_PART_ID
|
static int |
I_QUANTITY
|
static int |
I_REQUEST_ID
|
static int |
I_RESPONSE
|
static int |
I_RESPONSE_DATE
|
static int |
I_RESPONSE_ID
|
static int |
I_SUPPLIER_NAME
|
static int |
I_UNIT_CURRENCY
|
static int |
I_UNIT_PRICE
|
static QuoteElement |
LOCATION
|
static QuoteElement |
NOTE
|
static QuoteElement |
PART_DESC
|
static QuoteElement |
PART_ID
|
static QuoteElement |
QUANTITY
|
static QuoteElement |
REQUEST_ID
|
static QuoteElement |
RESPONSE
|
static QuoteElement |
RESPONSE_DATE
|
static QuoteElement |
RESPONSE_ID
|
static int |
SIZE
|
static QuoteElement |
SUPPLIER_NAME
|
static QuoteElement |
UNIT_CURRENCY
|
static QuoteElement |
UNIT_PRICE
|
Method Summary | |
boolean |
equals(java.lang.Object object)
Returns true if this element has the same integer representation as the QuoteElement supplied. |
int |
getInt()
Returns an integer which is unique among the static instances of this class. |
static QuoteElement |
getObject(java.lang.String token)
Returns the QuoteElement corresponding
to the name of the XML element supplied. |
java.lang.String |
getString()
Returns the name of the corresponding XML element |
int |
hashCode()
|
java.lang.String |
toString()
Returns the name of the corresponding XML element |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int I_AGGREGATED_RESPONSE
public static final QuoteElement AGGREGATED_RESPONSE
public static final int I_REQUEST_ID
public static final QuoteElement REQUEST_ID
public static final int I_CREATION_DATE
public static final QuoteElement CREATION_DATE
public static final int I_RESPONSE
public static final QuoteElement RESPONSE
public static final int I_RESPONSE_ID
public static final QuoteElement RESPONSE_ID
public static final int I_RESPONSE_DATE
public static final QuoteElement RESPONSE_DATE
public static final int I_SUPPLIER_NAME
public static final QuoteElement SUPPLIER_NAME
public static final int I_AVAILABILITY
public static final QuoteElement AVAILABILITY
public static final int I_PART_ID
public static final QuoteElement PART_ID
public static final int I_PART_DESC
public static final QuoteElement PART_DESC
public static final int I_QUANTITY
public static final QuoteElement QUANTITY
public static final int I_UNIT_PRICE
public static final QuoteElement UNIT_PRICE
public static final int I_UNIT_CURRENCY
public static final QuoteElement UNIT_CURRENCY
public static final int I_AVAILABLE_DATE
public static final QuoteElement AVAILABLE_DATE
public static final int I_LOCATION
public static final QuoteElement LOCATION
public static final int I_NOTE
public static final QuoteElement NOTE
public static final int SIZE
Method Detail |
public java.lang.String toString()
public java.lang.String getString()
public int getInt()
public static QuoteElement getObject(java.lang.String token)
QuoteElement
corresponding
to the name of the XML element supplied.
public boolean equals(java.lang.Object object)
QuoteElement
supplied.
public int hashCode()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |