|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.sql.DelimiterType
public class DelimiterType
Field Summary | |
---|---|
static String |
NORMAL
|
static String |
ROW
|
protected String |
value
The selected value in this enumeration. |
Constructor Summary | |
---|---|
protected |
DelimiterType()
bean constructor |
Method Summary | |
---|---|
boolean |
containsValue(String value)
Is this value included in the enumeration? |
int |
getIndex()
|
String |
getValue()
|
String[] |
getValues()
This is the only method a subclass needs to implement. |
int |
indexOfValue(String value)
get the index of a value in this enumeration. |
void |
setValue(String value)
|
String |
toString()
Convert the value to its string form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NORMAL
public static final String ROW
protected String value
Constructor Detail |
---|
protected DelimiterType()
Method Detail |
---|
public String[] getValues()
public final void setValue(String value)
public final boolean containsValue(String value)
public final int indexOfValue(String value)
value
- the string value to look for.
getValues()
public final String getValue()
public final int getIndex()
getValues()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |