public static enum ExtendedObjectClassDefinition.Scope extends java.lang.Enum<ExtendedObjectClassDefinition.Scope>
Enum Constant and Description |
---|
COMPANY |
GROUP |
PORTLET_INSTANCE |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ExtendedObjectClassDefinition.Scope scope) |
boolean |
equals(java.lang.String value) |
java.lang.String |
getDelimiterString() |
java.lang.String |
getPortablePropertyKey() |
java.lang.String |
getPropertyKey() |
static ExtendedObjectClassDefinition.Scope |
getScope(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ExtendedObjectClassDefinition.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedObjectClassDefinition.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedObjectClassDefinition.Scope COMPANY
public static final ExtendedObjectClassDefinition.Scope GROUP
public static final ExtendedObjectClassDefinition.Scope PORTLET_INSTANCE
public static final ExtendedObjectClassDefinition.Scope SYSTEM
public static ExtendedObjectClassDefinition.Scope[] values()
for (ExtendedObjectClassDefinition.Scope c : ExtendedObjectClassDefinition.Scope.values()) System.out.println(c);
public static ExtendedObjectClassDefinition.Scope valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ExtendedObjectClassDefinition.Scope getScope(java.lang.String value)
public boolean equals(ExtendedObjectClassDefinition.Scope scope)
public boolean equals(java.lang.String value)
public java.lang.String getDelimiterString()
public java.lang.String getPortablePropertyKey()
public java.lang.String getPropertyKey()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<ExtendedObjectClassDefinition.Scope>