public static enum XML.ConfigPropertyTag extends Enum<XML.ConfigPropertyTag>
Enum Constant and Description |
---|
CONFIG_PROPERTY_CONFIDENTIAL
config-property-confidential TAG
|
CONFIG_PROPERTY_IGNORE
config-property-ignore TAG
|
CONFIG_PROPERTY_NAME
config-property-name TAG
|
CONFIG_PROPERTY_SUPPORT_DYNAMIC_UPDATE
config-property-supports-dynamic-updates TAG
|
CONFIG_PROPERTY_TYPE
config-property-type TAG
|
CONFIG_PROPERTY_VALUE
config-property-value TAG
|
DESCRIPTION
description-class tag
|
UNKNOWN
always first
|
Modifier and Type | Method and Description |
---|---|
static XML.ConfigPropertyTag |
forName(String localName)
Static method to get enum instance given localName string
|
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static XML.ConfigPropertyTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XML.ConfigPropertyTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XML.ConfigPropertyTag UNKNOWN
public static final XML.ConfigPropertyTag DESCRIPTION
public static final XML.ConfigPropertyTag CONFIG_PROPERTY_NAME
public static final XML.ConfigPropertyTag CONFIG_PROPERTY_TYPE
public static final XML.ConfigPropertyTag CONFIG_PROPERTY_VALUE
public static final XML.ConfigPropertyTag CONFIG_PROPERTY_IGNORE
public static final XML.ConfigPropertyTag CONFIG_PROPERTY_SUPPORT_DYNAMIC_UPDATE
public static final XML.ConfigPropertyTag CONFIG_PROPERTY_CONFIDENTIAL
public static XML.ConfigPropertyTag[] values()
for (XML.ConfigPropertyTag c : XML.ConfigPropertyTag.values()) System.out.println(c);
public static XML.ConfigPropertyTag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLocalName()
public String toString()
toString
in class Enum<XML.ConfigPropertyTag>
public static XML.ConfigPropertyTag forName(String localName)
localName
- a string used as localname (typically tag name as defined in xsd)Copyright © 2021 JBoss by Red Hat. All rights reserved.