public enum InheritanceAttributeName extends Enum<InheritanceAttributeName> implements SourceAttributeName
Enum Constant and Description |
---|
BEAN_CLASS_NAME
The class name of the bean class created from this inheritance element.
|
BEAN_EXTENDS
The base class of the bean class created from this inheritance element.
|
BEAN_PACKAGE
The package of the bean class created from this inheritance element.
|
CLASS_NAME
The name of the class created from this inheritance element.
|
CLASSKEY_CONSTANT
The name of the constant in the peer which contains the key
for the processed inheritance class.
|
PACKAGE
The package of the class created from this inheritance element.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the referenced source element attribute.
|
String |
toString() |
static InheritanceAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InheritanceAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InheritanceAttributeName CLASSKEY_CONSTANT
public static final InheritanceAttributeName CLASS_NAME
public static final InheritanceAttributeName PACKAGE
public static final InheritanceAttributeName BEAN_PACKAGE
public static final InheritanceAttributeName BEAN_EXTENDS
public static final InheritanceAttributeName BEAN_CLASS_NAME
public static InheritanceAttributeName[] values()
for (InheritanceAttributeName c : InheritanceAttributeName.values()) System.out.println(c);
public static InheritanceAttributeName 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 getName()
getName
in interface SourceAttributeName
public String toString()
toString
in class Enum<InheritanceAttributeName>
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.