Uses of Class
org.eclipse.gmt.modisco.java.VisibilityKind

Packages that use VisibilityKind
org.eclipse.gmt.modisco.java   
 

Uses of VisibilityKind in org.eclipse.gmt.modisco.java
 

Fields in org.eclipse.gmt.modisco.java with type parameters of type VisibilityKind
static java.util.List<VisibilityKind> VisibilityKind.VALUES
          A public read-only list of all the 'Visibility Kind' enumerators.
 

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

Methods in org.eclipse.gmt.modisco.java with parameters of type VisibilityKind
 void Modifier.setVisibility(VisibilityKind value)
          Sets the value of the 'Visibility' attribute.