Uses of Class
org.apache.openejb.jee.was.v6.java.JavaVisibilityEnum

Packages that use JavaVisibilityEnum
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
protected  JavaVisibilityEnum Field.javaVisibility
           
protected  JavaVisibilityEnum Method.javaVisibility
           
 

Methods in org.apache.openejb.jee.was.v6.java that return JavaVisibilityEnum
static JavaVisibilityEnum JavaVisibilityEnum.fromValue(String v)
           
 JavaVisibilityEnum Field.getJavaVisibility()
          Gets the value of the javaVisibility property.
 JavaVisibilityEnum Method.getJavaVisibility()
          Gets the value of the javaVisibility property.
static JavaVisibilityEnum JavaVisibilityEnum.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
 void Field.setJavaVisibility(JavaVisibilityEnum value)
          Sets the value of the javaVisibility property.
 void Method.setJavaVisibility(JavaVisibilityEnum value)
          Sets the value of the javaVisibility property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.