ClassFile.AttributesProcessingOption (Java SE 22 [ad-hoc build]) (original) (raw)

This specification is not final and is subject to change. Use is subject to license terms.

Enum Constants
Drop unknown attributes during transformation
Drop unknown and unstable original attributes during transformation
Process all original attributes during transformation

Returns the enum constant of this class with the specified name.
[values](#values%28%29)()
Returns an array containing the constants of this enum class, in the order they are declared.

Methods declared in class java.lang.Enum

[clone](../Enum.html#clone%28%29), [compareTo](../Enum.html#compareTo%28E%29), [describeConstable](../Enum.html#describeConstable%28%29), [equals](../Enum.html#equals%28java.lang.Object%29), [finalize](../Enum.html#finalize%28%29), [getDeclaringClass](../Enum.html#getDeclaringClass%28%29), [hashCode](../Enum.html#hashCode%28%29), [name](../Enum.html#name%28%29), [ordinal](../Enum.html#ordinal%28%29), [toString](../Enum.html#toString%28%29), [valueOf](../Enum.html#valueOf%28java.lang.Class,java.lang.String%29)