|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.sqlparser.ColumnAttribute
org.jcoderz.phoenix.sqlparser.NumericAttribute
public final class NumericAttribute
| Constructor Summary | |
|---|---|
NumericAttribute(int number)
Create a new numeric attribute. |
|
NumericAttribute(String numberAsStr)
Create a new numeric attribute. |
|
| Method Summary | |
|---|---|
int |
getNumber()
Returns the number of this attribute. |
String |
getValue()
Returns the value of this attribute. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NumericAttribute(int number)
number - the number represented by this attributepublic NumericAttribute(String numberAsStr)
numberAsStr - the number represented by this attribute, as string| Method Detail |
|---|
public final int getNumber()
public final String toString()
toString in class Objectpublic final String getValue()
getValue in class ColumnAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||