|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.sqlparser.SpecialColumnComment
public class SpecialColumnComment
This class represents a special comment in the following form -- &cmpgen.java-type org.jcoderz.ipp.Msisdn -- &cmpgen.storeMethod="toString()" -- &cmpgen.loadMethod="fromString(java.lang.String)".
| Constructor Summary | |
|---|---|
SpecialColumnComment()
|
|
| Method Summary | |
|---|---|
String |
getCurrencyColumn()
Returns the currency column. |
String |
getJavaType()
Returns the java type. |
String |
getLoadMethod()
Returns the load method. |
String |
getPeriodEndDateColumn()
Returns the end date column. |
String |
getPeriodFieldName()
Returns the period field name. |
String |
getStoreMethod()
Returns the store method. |
String |
getWeblogicColumnType()
|
boolean |
isSetCurrencyColumn()
Check whether the field mCurrencyColumn has been set. |
boolean |
isSetJavaType()
Check whether the field mJavaType has been set. |
boolean |
isSetLoadMethod()
Check whether the field mLoadMethod has been set. |
boolean |
isSetPeriodEndDateColumn()
Check whether the field mPeriodEndDateColumn has been set. |
boolean |
isSetPeriodFieldName()
Check whether the field mPeriodFieldName has been set. |
boolean |
isSetStoreMethod()
Check whether the field mStoreMethod has been set. |
boolean |
isSetWeblogicColumnType()
|
boolean |
isSkipInInterface()
|
void |
parseComment(Token t)
Parse a special comment. |
String |
toString()
|
void |
validate()
Check whether all required fields have been set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialColumnComment()
| Method Detail |
|---|
public final String toString()
toString in class Object
public final void parseComment(Token t)
throws ParseException
t - the token to parse
ParseException - if the comment has a syntax errorpublic final String getPeriodFieldName()
public final String getPeriodEndDateColumn()
public final String getCurrencyColumn()
public final String getJavaType()
public final String getLoadMethod()
public final String getStoreMethod()
public final void validate()
throws ParseException
ParseException - if the comment is invalidpublic final boolean isSkipInInterface()
public final boolean isSetJavaType()
public final boolean isSetStoreMethod()
public final boolean isSetLoadMethod()
public final boolean isSetCurrencyColumn()
public final boolean isSetPeriodFieldName()
public final boolean isSetPeriodEndDateColumn()
public String getWeblogicColumnType()
public boolean isSetWeblogicColumnType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||