Package org.cip4.jdflib.node
Class JDFNode.EnumCleanUpMerge
java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.node.JDFNode.EnumCleanUpMerge
- All Implemented Interfaces:
Serializable,Comparable
- Enclosing class:
- JDFNode
Enumeration for the policy of cleaning up the Spawn and Merge audits
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JDFNode.EnumCleanUpMergeConstants EnumActivationstatic final JDFNode.EnumCleanUpMergestatic final JDFNode.EnumCleanUpMerge -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JDFNode.EnumCleanUpMergegetEnum(int enumValue) static JDFNode.EnumCleanUpMergestatic List<JDFNode.EnumCleanUpMerge>static Mapstatic Iteratoriterator()toString()Human readable description of thisEnumitem.Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValueMethods inherited from class org.apache.commons.lang.enums.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
-
Field Details
-
None
Constants EnumActivation -
RemoveRRefs
-
RemoveAll
-
-
Constructor Details
-
EnumCleanUpMerge
-
-
Method Details
-
toString
Description copied from class:ValuedEnumHuman readable description of this
Enumitem.- Overrides:
toStringin classValuedEnum- Returns:
- String in the form
type[name=value], for example:JavaVersion[Java 1.0=100]. Note that the package name is stripped from the type name. - See Also:
-
getEnum
- Parameters:
enumName-- Returns:
-
getEnum
- Parameters:
enumValue-- Returns:
-
getEnumMap
- Returns:
-
getEnumList
- Returns:
-
iterator
- Returns:
-