|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.n1.util.enum.EnumImpl
com.sun.n1.util.enumx.EnumXImpl
com.sun.n1.sps.model.component.Modifier
public class Modifier
A strongly-typed enumeration of modifiers, which may be one of NONE, ABSTRACT or FINAL. Modifiers are used to specify component field override semantics.
Nested Class Summary | |
---|---|
static class |
Modifier.Factory
Factory for modifier enums. |
Field Summary | |
---|---|
static Modifier |
ABSTRACT
Indicates associated item has abstract modifier, meaning that it must be overridden by a derived component. |
static Modifier.Factory |
FACTORY
The factory which may be used to look up Modifier by string or int value. |
static Modifier |
FINAL
Indicates associated item has final modifier, meaning that it may not be overridden by a derived component. |
static Modifier |
NONE
Indicates associated item has no modifier, meaning that it may be optionally overridden by a derived component. |
Method Summary |
---|
Methods inherited from class com.sun.n1.util.enum.EnumImpl |
---|
equals, hashCode, toInt, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.n1.util.enum.Enum |
---|
toInt |
Field Detail |
---|
public static final Modifier.Factory FACTORY
public static final Modifier NONE
public static final Modifier ABSTRACT
public static final Modifier FINAL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |