Serializable, Comparable<RevisionInfo.TypeEnum>public static enum RevisionInfo.TypeEnum extends Enum<RevisionInfo.TypeEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RevisionInfo.TypeEnum.Adapter |
| Enum Constant | Description |
|---|---|
DELETION |
|
FORMATCHANGE |
|
INSERTION |
|
MOVING |
|
STYLEDEFINITIONCHANGE |
| Modifier and Type | Method | Description |
|---|---|---|
static RevisionInfo.TypeEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static RevisionInfo.TypeEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RevisionInfo.TypeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevisionInfo.TypeEnum INSERTION
public static final RevisionInfo.TypeEnum DELETION
public static final RevisionInfo.TypeEnum FORMATCHANGE
public static final RevisionInfo.TypeEnum STYLEDEFINITIONCHANGE
public static final RevisionInfo.TypeEnum MOVING
public static RevisionInfo.TypeEnum[] values()
for (RevisionInfo.TypeEnum c : RevisionInfo.TypeEnum.values()) System.out.println(c);
public static RevisionInfo.TypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<RevisionInfo.TypeEnum>public static RevisionInfo.TypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.