Uses of Class
com.sun.n1.sps.model.component.Modifier

Packages that use Modifier
com.sun.n1.sps.model.component   
 

Uses of Modifier in com.sun.n1.sps.model.component
 

Fields in com.sun.n1.sps.model.component declared as Modifier
static Modifier Modifier.ABSTRACT
          Indicates associated item has abstract modifier, meaning that it must be overridden by a derived component.
static Modifier Modifier.FINAL
          Indicates associated item has final modifier, meaning that it may not be overridden by a derived component.
static Modifier Modifier.NONE
          Indicates associated item has no modifier, meaning that it may be optionally overridden by a derived component.
 

Methods in com.sun.n1.sps.model.component that return Modifier
 Modifier Modifier.Factory.get(int value)
          Returns the modifier associated with the passed int value.
 Modifier Modifier.Factory.get(java.lang.String value)
          Returns the modifier associated with the passed String value.
 Modifier[] Modifier.Factory.getAll()
          Returns the array of all known modifier enums.
 Modifier SummaryComponent.getModifier()
          Returns the modifier of this component.
 Modifier VarDecl.getModifier()
          Returns the modifier for the variable.