|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QualifiedKey.Qualifier>
org.crosswire.jsword.versification.QualifiedKey.Qualifier
static enum QualifiedKey.Qualifier
A Qualifier indicates whether the verse is numbered the same in both the KJV and the other, is missing in the KJV or the other.
| Enum Constant Summary | |
|---|---|
ABSENT_IN_KJV
The ABSENT_IN_KJV Qualifier indicates that the right (KJV) side of the map has no equivalent on the left. |
|
ABSENT_IN_LEFT
The ABSENT_IN_LEFT Qualifier indicates that the left side of the map has no equivalent on the right (KJV). |
|
DEFAULT
The DEFAULT Qualifier indicates a Verse or a VerseRange. |
|
| Method Summary | |
|---|---|
abstract String |
getDescription(QualifiedKey q)
|
static QualifiedKey.Qualifier |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QualifiedKey.Qualifier[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QualifiedKey.Qualifier DEFAULT
public static final QualifiedKey.Qualifier ABSENT_IN_LEFT
public static final QualifiedKey.Qualifier ABSENT_IN_KJV
| Method Detail |
|---|
public static QualifiedKey.Qualifier[] values()
for (QualifiedKey.Qualifier c : QualifiedKey.Qualifier.values()) System.out.println(c);
public static QualifiedKey.Qualifier valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic abstract String getDescription(QualifiedKey q)
q - the QualifiedKey that this describes
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||