Uses of Class
org.apache.openejb.jee.was.v6.java.JavaVisibilityEnum
-
Packages that use JavaVisibilityEnum Package Description org.apache.openejb.jee.was.v6.java Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of JavaVisibilityEnum in org.apache.openejb.jee.was.v6.java
Fields in org.apache.openejb.jee.was.v6.java declared as JavaVisibilityEnum Modifier and Type Field Description protected JavaVisibilityEnumField. javaVisibilityprotected JavaVisibilityEnumMethod. javaVisibilityMethods in org.apache.openejb.jee.was.v6.java that return JavaVisibilityEnum Modifier and Type Method Description static JavaVisibilityEnumJavaVisibilityEnum. fromValue(String v)JavaVisibilityEnumField. getJavaVisibility()Gets the value of the javaVisibility property.JavaVisibilityEnumMethod. getJavaVisibility()Gets the value of the javaVisibility property.static JavaVisibilityEnumJavaVisibilityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaVisibilityEnum[]JavaVisibilityEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.java with parameters of type JavaVisibilityEnum Modifier and Type Method Description voidField. setJavaVisibility(JavaVisibilityEnum value)Sets the value of the javaVisibility property.voidMethod. setJavaVisibility(JavaVisibilityEnum value)Sets the value of the javaVisibility property.
-