|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ValueRepresentation>
org.deegree.feature.types.property.ValueRepresentation
public enum ValueRepresentation
Enum for object-valued property types that determines whether the object value can be represented in-line, remote (by-reference) or both.
FeaturePropertyType,
GeometryPropertyType| Enum Constant Summary | |
|---|---|
BOTH
Object value can be represented both as an inline value or a remote value (reference). |
|
INLINE
Object value can only be represented as an inline value. |
|
REMOTE
Object value can only be represented as a remote value (reference). |
|
| Method Summary | |
|---|---|
static ValueRepresentation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueRepresentation[] |
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 ValueRepresentation INLINE
public static final ValueRepresentation REMOTE
public static final ValueRepresentation BOTH
| Method Detail |
|---|
public static ValueRepresentation[] values()
for (ValueRepresentation c : ValueRepresentation.values()) System.out.println(c);
public static ValueRepresentation 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 null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||