Enum JavaModifier

java.lang.Object
java.lang.Enum<JavaModifier>
com.tngtech.archunit.core.domain.JavaModifier
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<JavaModifier>, java.lang.constant.Constable

public enum JavaModifier
extends java.lang.Enum<JavaModifier>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant Description
    ABSTRACT  
    BRIDGE  
    ENUM  
    FINAL  
    NATIVE  
    PRIVATE  
    PROTECTED  
    PUBLIC  
    STATIC  
    SYNCHRONIZED  
    SYNTHETIC  
    TRANSIENT  
    VOLATILE  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Set<JavaModifier> getModifiersForClass​(int asmAccess)  
    static java.util.Set<JavaModifier> getModifiersForField​(int asmAccess)  
    static java.util.Set<JavaModifier> getModifiersForMethod​(int asmAccess)  
    static JavaModifier valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static JavaModifier[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait