|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.passage.PassageListType
public abstract class PassageListType
Types of Passage Lists.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
private String |
name
The name of the PassageListType |
private static int |
nextObj
|
private int |
obj
|
static PassageListType |
RANGES
Passage to be interpreted as a list of ranges. |
private static PassageListType[] |
VALUES
|
static PassageListType |
VERSES
Passage to be interpreted as a list of verses. |
Constructor Summary | |
---|---|
PassageListType(String name)
Simple ctor |
Method Summary | |
---|---|
abstract int |
count(Passage ref,
RestrictionType restrict)
|
boolean |
equals(Object o)
Prevent subclasses from overriding canonical identity based Object methods |
static PassageListType |
fromInteger(int i)
Lookup method to convert from an integer |
static PassageListType |
fromString(String name)
Lookup method to convert from a String |
abstract Object |
getElementAt(Passage ref,
int index,
RestrictionType restrict)
|
int |
hashCode()
Prevent subclasses from overriding canonical identity based Object methods |
(package private) Object |
readResolve()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PassageListType VERSES
public static final PassageListType RANGES
private String name
private static int nextObj
private final int obj
private static final PassageListType[] VALUES
Constructor Detail |
---|
public PassageListType(String name)
Method Detail |
---|
public abstract Object getElementAt(Passage ref, int index, RestrictionType restrict)
public abstract int count(Passage ref, RestrictionType restrict)
public static PassageListType fromString(String name)
public static PassageListType fromInteger(int i)
public final boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
public final int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |