|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kefirsf.bb.conf.Constant
public class Constant
Define constants.
| Constructor Summary | |
|---|---|
Constant()
Default constructor. |
|
Constant(String value)
Create constant with value. |
|
Constant(String value,
boolean ignoreCase)
Create constant. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getValue()
|
int |
hashCode()
|
boolean |
isIgnoreCase()
Ignore case or no. |
void |
setIgnoreCase(boolean ignoreCase)
Set ignore case behavior. |
void |
setValue(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Constant()
public Constant(String value)
value - constant value.
public Constant(String value,
boolean ignoreCase)
value - constant valueignoreCase - ignore case or no| Method Detail |
|---|
public String getValue()
public void setValue(String value)
value - constant valuepublic boolean isIgnoreCase()
public void setIgnoreCase(boolean ignoreCase)
ignoreCase - true if ignore case, false otherwise.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||