|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.diff.EditType
public final class EditType
An Enumeration of the possible Edits.
for license details.
The copyright to this program is held by it's authors.
,
Serialized FormField Summary | |
---|---|
static EditType |
DELETE
Delete a sequence. |
static EditType |
EQUAL
Equal sequences |
static EditType |
INSERT
Insert a sequence |
private String |
name
The name of the FeatureType |
private static int |
nextObj
|
private int |
obj
|
private static long |
serialVersionUID
Serialization ID |
private char |
symbol
The symbol representing the EditType |
private static EditType[] |
VALUES
|
Constructor Summary | |
---|---|
private |
EditType(String name,
char symbol)
|
Method Summary | |
---|---|
static EditType |
fromInteger(int i)
Lookup method to convert from an integer |
static EditType |
fromString(String name)
Lookup method to convert from a String |
static EditType |
fromSymbol(char symbol)
Lookup method to convert from a String |
char |
getSymbol()
|
(package private) Object |
readResolve()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final EditType DELETE
public static final EditType INSERT
public static final EditType EQUAL
private String name
private char symbol
private static int nextObj
private final int obj
private static final EditType[] VALUES
private static final long serialVersionUID
Constructor Detail |
---|
private EditType(String name, char symbol)
name
- The name of the FeatureTypeMethod Detail |
---|
public char getSymbol()
public static EditType fromString(String name)
public static EditType fromSymbol(char symbol)
public static EditType fromInteger(int i)
public String toString()
toString
in class Object
Object readResolve()
|
Copyright ยจ 2003-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |