|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IPresentationElement.PropertyCategory>
pl.edu.agh.cast.data.model.presentation.IPresentationElement.PropertyCategory
public static enum IPresentationElement.PropertyCategory
Constants which identify presentation element's properties.
Enum Constant Summary | |
---|---|
ORIGINAL
Identifies properties of original element associated with the presentation element. |
|
PRESENTATION
Identifies properties of presentation element. |
|
VISUAL
Identifies properties of visual element associated with the presentation element. |
Method Summary | |
---|---|
static IPresentationElement.PropertyCategory |
fromString(String value)
Creates enumeration object from string. |
static IPresentationElement.PropertyCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPresentationElement.PropertyCategory[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IPresentationElement.PropertyCategory PRESENTATION
public static final IPresentationElement.PropertyCategory VISUAL
public static final IPresentationElement.PropertyCategory ORIGINAL
Method Detail |
---|
public static IPresentationElement.PropertyCategory[] values()
for (IPresentationElement.PropertyCategory c : IPresentationElement.PropertyCategory.values()) System.out.println(c);
public static IPresentationElement.PropertyCategory valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static IPresentationElement.PropertyCategory fromString(String value)
value
- string to convert
null
if value is not correct
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |