public static enum XML.Connector10Tag extends Enum<XML.Connector10Tag>
Enum Constant and Description |
---|
DESCRIPTION
description
|
DISPLAY_NAME
display-name
|
EIS_TYPE
eis-type
|
ICON
icon
|
LICENSE
license
|
RESOURCEADAPTER
resourceadapter
|
SPEC_VERSION
spec-version
|
UNKNOWN
always first
|
VENDOR_NAME
vendor-name
|
VERSION
version
|
Modifier and Type | Method and Description |
---|---|
static XML.Connector10Tag |
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.Connector10Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XML.Connector10Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XML.Connector10Tag UNKNOWN
public static final XML.Connector10Tag VENDOR_NAME
public static final XML.Connector10Tag EIS_TYPE
public static final XML.Connector10Tag LICENSE
public static final XML.Connector10Tag RESOURCEADAPTER
public static final XML.Connector10Tag SPEC_VERSION
public static final XML.Connector10Tag VERSION
public static final XML.Connector10Tag DESCRIPTION
public static final XML.Connector10Tag ICON
public static final XML.Connector10Tag DISPLAY_NAME
public static XML.Connector10Tag[] values()
for (XML.Connector10Tag c : XML.Connector10Tag.values()) System.out.println(c);
public static XML.Connector10Tag 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.Connector10Tag>
public static XML.Connector10Tag 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.