Uses of Class
org.eclipse.emf.java.JVisibility

Packages that use JVisibility
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.util   
 

Uses of JVisibility in org.eclipse.emf.java
 

Fields in org.eclipse.emf.java with type parameters of type JVisibility
static java.util.List<JVisibility> JVisibility.VALUES
          A public read-only list of all the 'JVisibility' enumerators
 

Methods in org.eclipse.emf.java that return JVisibility
static JVisibility JVisibility.get(int value)
          Returns the 'JVisibility' literal with the specified integer value
static JVisibility JVisibility.get(java.lang.String literal)
          Returns the 'JVisibility' literal with the specified literal value
static JVisibility JVisibility.getByName(java.lang.String name)
          Returns the 'JVisibility' literal with the specified name
 JVisibility JMember.getVisibility()
          Returns the value of the 'Visibility' attribute.
static JVisibility JVisibility.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JVisibility[] JVisibility.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.java with parameters of type JVisibility
 void JMember.setVisibility(JVisibility value)
          Sets the value of the 'Visibility' attribute
 

Uses of JVisibility in org.eclipse.emf.java.impl
 

Fields in org.eclipse.emf.java.impl declared as JVisibility
protected  JVisibility JMemberImpl.visibility
          The cached value of the 'Visibility' attribute
protected static JVisibility JMemberImpl.VISIBILITY_EDEFAULT
          The default value of the 'Visibility' attribute
 

Methods in org.eclipse.emf.java.impl that return JVisibility
 JVisibility JavaFactoryImpl.createJVisibilityFromString(EDataType eDataType, java.lang.String initialValue)
           
 JVisibility JMemberImpl.getVisibility()
           
 

Methods in org.eclipse.emf.java.impl with parameters of type JVisibility
 void JMemberImpl.setVisibility(JVisibility newVisibility)
           
 

Uses of JVisibility in org.eclipse.emf.java.util
 

Methods in org.eclipse.emf.java.util that return JVisibility
static JVisibility JavaUtil.getFlagVisibility(int flags)
           
static JVisibility JavaUtil.getModifierVisibility(int modifiers)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.