Uses of Class
org.designwizard.design.Modifier

Packages that use Modifier
org.designwizard.design   
 

Uses of Modifier in org.designwizard.design
 

Fields in org.designwizard.design with type parameters of type Modifier
protected  java.util.Collection<Modifier> AbstractEntity.modifiers
           
protected  java.util.Collection<Modifier> AbstractEntity.modifiers
           
 

Methods in org.designwizard.design that return Modifier
static Modifier Modifier.extractModifier(java.lang.String modifierAsString)
          Translates the given String to the corresponding modifier.
static Modifier Modifier.extractModifier(java.lang.String modifierAsString)
          Translates the given String to the corresponding modifier.
 Modifier AbstractEntity.getVisibility()
           
 Modifier Entity.getVisibility()
          Returns the visibility of this Entity.
 Modifier AbstractEntity.getVisibility()
           
 Modifier Entity.getVisibility()
          Returns the visibility of this Entity.
static Modifier Modifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Modifier Modifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Modifier[] Modifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static Modifier[] Modifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.designwizard.design that return types with arguments of type Modifier
 java.util.Collection<Modifier> AbstractEntity.getModifiers()
          Returns the visibility of this Method.
 java.util.Collection<Modifier> Entity.getModifiers()
          Returns a Collection of Modifiers representing the modifiers of this Entity.
 java.util.Collection<Modifier> AbstractEntity.getModifiers()
          Returns the visibility of this Method.
 java.util.Collection<Modifier> Entity.getModifiers()
          Returns a Collection of Modifiers representing the modifiers of this Entity.
 

Methods in org.designwizard.design with parameters of type Modifier
 void AbstractEntity.addModifier(Modifier modifier)
           
 void Entity.addModifier(Modifier modifier)
          This method is used to add a Modifier on this Entity.
 void AbstractEntity.addModifier(Modifier modifier)
           
 void Entity.addModifier(Modifier modifier)
          This method is used to add a Modifier on this Entity.
 boolean AbstractEntity.containsModifiers(Modifier... modifiers)
           
 boolean Entity.containsModifiers(Modifier... modifiers)
          Verifies whether this Entity has the specified modifiers.
 boolean AbstractEntity.containsModifiers(Modifier... modifiers)
           
 boolean Entity.containsModifiers(Modifier... modifiers)
          Verifies whether this Entity has the specified modifiers.
 java.util.Set<MethodNode> ClassNode.getMethods(Modifier... modifiers)
          Returns a java.util.Set representing the methods of the class or interface represented by this ClassNode object that contains the specified modifiers.
 java.util.Set<MethodNode> ClassNode.getMethods(Modifier... modifiers)
          Returns a java.util.Set representing the methods of the class or interface represented by this ClassNode object that contains the specified modifiers.
 void Design.setVisibility(java.lang.String entityName, Modifier visibility)
          Returns a set containing all classes extracted.
 void DesignIF.setVisibility(java.lang.String method, Modifier visibility)
          Put the visibility value on visibility of the specified method.
 void DesignIF.setVisibility(java.lang.String method, Modifier visibility)
          Put the visibility value on visibility of the specified method.
 void Design.setVisibility(java.lang.String entityName, Modifier visibility)
          Returns a set containing all classes extracted.
 

Method parameters in org.designwizard.design with type arguments of type Modifier
 void AbstractEntity.addModifiers(java.util.Collection<Modifier> modifiers)
           
 void Entity.addModifiers(java.util.Collection<Modifier> modifiers)
          This method is used to add a Collection of Modifier on this Entity.
 void AbstractEntity.addModifiers(java.util.Collection<Modifier> modifiers)
           
 void Entity.addModifiers(java.util.Collection<Modifier> modifiers)
          This method is used to add a Collection of Modifier on this Entity.