|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.common.YesNoEnum
public abstract class YesNoEnum
The YesNoEnum
represents yes/no
Field Summary | |
---|---|
static YesNoEnum |
NO
|
static YesNoEnum |
YES
|
Constructor Summary | |
---|---|
YesNoEnum()
|
Method Summary | |
---|---|
static YesNoEnum |
parse(java.lang.String value)
|
abstract boolean |
toBoolean()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final YesNoEnum YES
public static final YesNoEnum NO
Constructor Detail |
---|
public YesNoEnum()
Method Detail |
---|
public abstract boolean toBoolean()
public static YesNoEnum parse(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |