public enum EPropertyValueType extends java.lang.Enum<EPropertyValueType>
IPropertyValue was
taken from.
Copyright (C) Micro Focus
| Enum Constant and Description |
|---|
APPLICATION_PROPERTY
The Property is defined as Application Property in the model and does not
come from a
STATIC_MASTER_CONFIGURATION |
CUSTOM
For custom created Property Values.
|
ELEMENT
Element Property (from
RElementProperty relationship) |
ELEMENT_LIST
Elementlist Property
|
ELEMENT_LIST_ENTRY
Elementlist Entry Property (no
RElementProperty relationship was
defined but a tool returned the Property for an Element entry) |
FILTER
Filter Property (from
RFilterFiltercriterion relationship) |
PARENT
The Property was inherited from a parent (or grand parent, grant grant
parent, etc.)
|
STATIC_MASTER_CONFIGURATION
The Property was defined in a master configuration.
|
UNKNOWN
The default value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLiteral()
Gets the literal (label) of the property value type
|
static EPropertyValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPropertyValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPropertyValueType CUSTOM
public static final EPropertyValueType ELEMENT
RElementProperty relationship)public static final EPropertyValueType ELEMENT_LIST
public static final EPropertyValueType ELEMENT_LIST_ENTRY
RElementProperty relationship was
defined but a tool returned the Property for an Element entry)public static final EPropertyValueType FILTER
RFilterFiltercriterion relationship)public static final EPropertyValueType PARENT
public static final EPropertyValueType STATIC_MASTER_CONFIGURATION
public static final EPropertyValueType APPLICATION_PROPERTY
STATIC_MASTER_CONFIGURATIONpublic static final EPropertyValueType UNKNOWN
CUSTOM for
custom created property values.public static EPropertyValueType[] values()
for (EPropertyValueType c : EPropertyValueType.values()) System.out.println(c);
public static EPropertyValueType 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 java.lang.String getLiteral()
Copyright © 2015 Micro Focus GmbH. All rights reserved.