Package com.deltaxml.dita.config
Enum Class MapCleanTemp
- All Implemented Interfaces:
com.deltaxml.dita.DitaCompareDisplayable,Serializable,Comparable<MapCleanTemp>,Constable
public enum MapCleanTemp
extends Enum<MapCleanTemp>
implements com.deltaxml.dita.DitaCompareDisplayable
Enumeration representing how the result map is constructed.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the user-friendly String description of the MapCleanTemp.Returns the user-friendly String name of the MapCleanTemp.toString()Returns a String representation of MapCleanTemp.static MapCleanTempReturns the enum constant of this class with the specified name.static MapCleanTemp[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
YES
Clean temporary files created during the map comparison. -
NO
Do not clean temporary files created during the map comparison. -
AUTOMATIC
Clean the temporary files only when the comparison is being performed on a copy of the input.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDisplayName
Returns the user-friendly String name of the MapCleanTemp.
- Specified by:
getDisplayNamein interfacecom.deltaxml.dita.DitaCompareDisplayable- Returns:
- a user-friendly String representing the MapCleanTemp object
-
getDisplayDescription
Returns the user-friendly String description of the MapCleanTemp.
- Specified by:
getDisplayDescriptionin interfacecom.deltaxml.dita.DitaCompareDisplayable- Returns:
- a user-friendly String description representing the MapCleanTemp object
-
toString
Returns a String representation of MapCleanTemp.
- Overrides:
toStringin classEnum<MapCleanTemp>- Returns:
- a String representing the MapCleanTemp object
-