Uses of Class
org.jboss.as.ee.component.ComponentNamingMode
-
Packages that use ComponentNamingMode Package Description org.jboss.as.ee.component -
-
Uses of ComponentNamingMode in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ComponentNamingMode Modifier and Type Method Description ComponentNamingModeComponentDescription. getNamingMode()Get the naming mode of this component.static ComponentNamingModeComponentNamingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentNamingMode[]ComponentNamingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.ee.component with parameters of type ComponentNamingMode Modifier and Type Method Description voidComponentDescription. setNamingMode(ComponentNamingMode namingMode)Set the naming mode of this component.
-