|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.priv.pro.parser.OrderParser.PropertyValue
public static class OrderParser.PropertyValue
Represents order property value read by parser from the order
| Field Summary | |
|---|---|
protected int |
fColumn
|
protected int |
fLine
|
protected java.lang.String |
fName
|
protected java.lang.Object |
fValue
|
| Constructor Summary | |
|---|---|
OrderParser.PropertyValue(java.lang.String aName,
java.lang.Object aValue,
int aLine,
int aColumn)
Creates and initializes an new PropertyValue instance |
|
| Method Summary | |
|---|---|
int |
getColumn()
Returns number of column this property is located in the order |
int |
getLine()
Returns number of line this property is located in the order |
java.lang.String |
getName()
Returns the name of the property |
java.lang.Object |
getValue()
Returns property value |
java.lang.String |
toString()
Returns textual representation of the property as formatted concatenation if its attributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fName
protected java.lang.Object fValue
protected int fLine
protected int fColumn
| Constructor Detail |
|---|
public OrderParser.PropertyValue(java.lang.String aName,
java.lang.Object aValue,
int aLine,
int aColumn)
PropertyValue instance
aName - property nameaValue - property valueaLine - number of line this property is located in the orderaColumn - number of column this property is located in the order| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getColumn()
-1 if it is unknown/not applicablepublic int getLine()
-1 if it is unknown/not applicablepublic java.lang.Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||