Uses of Enum Class
org.jboss.as.ee.component.ComponentNamingMode
Packages that use ComponentNamingMode
-
Uses of ComponentNamingMode in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ComponentNamingModeModifier and TypeMethodDescriptionComponentDescription.getNamingMode()Get the naming mode of this component.static ComponentNamingModeReturns the enum constant of this class with the specified name.static ComponentNamingMode[]ComponentNamingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.ee.component with parameters of type ComponentNamingModeModifier and TypeMethodDescriptionvoidComponentDescription.setNamingMode(ComponentNamingMode namingMode) Set the naming mode of this component.