public final class CmsDiffViewMode
extends java.lang.Object
implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
static CmsDiffViewMode |
ALL
Constant for viewing all lines.
|
static CmsDiffViewMode |
DIFF_ONLY
Constant for viewing only the different lines.
|
static java.util.List |
VALUES
List of mode constants.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getMode()
Returns the mode string.
|
CmsMessageContainer |
getName()
Returns the name to show.
|
java.lang.String |
toString() |
static CmsDiffViewMode |
valueOf(java.lang.String value)
Parses an string into an element of this enumeration.
|
public static final CmsDiffViewMode ALL
public static final CmsDiffViewMode DIFF_ONLY
public static final java.util.List VALUES
public static CmsDiffViewMode valueOf(java.lang.String value) throws CmsIllegalArgumentException
value
- the mode to parseCmsIllegalArgumentException
- if the given value could not be matched against an
element of this type.public java.lang.String getMode()
public CmsMessageContainer getName()
public java.lang.String toString()
toString
在类中 java.lang.Object
Object.toString()