|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.EnumeratedAttribute org.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Operation
public static class PropertyFile.Entry.Operation
Enumerated attribute with the values "+", "-", "="
Field Summary | |
---|---|
static int |
DECREMENT_OPER
- |
static int |
EQUALS_OPER
= |
static int |
INCREMENT_OPER
+ |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
PropertyFile.Entry.Operation()
|
Method Summary | |
---|---|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.. |
static int |
toOperation(java.lang.String oper)
Convert string to index. |
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INCREMENT_OPER
public static final int DECREMENT_OPER
public static final int EQUALS_OPER
Constructor Detail |
---|
public PropertyFile.Entry.Operation()
Method Detail |
---|
public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public static int toOperation(java.lang.String oper)
oper
- the string to convert.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |