public static enum DeprecationSupport.ObjectType extends Enum<DeprecationSupport.ObjectType>
| Enum Constant and Description |
|---|
ACTION
Spring web flow.
|
ATTRIBUTE
XML attribute.
|
BEAN
Spring bean.
|
CLASS
Java class/type.
|
CONFIGURATION
Configuration approach.
|
ELEMENT
XML element.
|
METHOD
Java method.
|
NAMESPACE
XML namespace.
|
PROPERTY
Key/value property.
|
WEBFLOW
Spring web flow.
|
XSITYPE
XML type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DeprecationSupport.ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeprecationSupport.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeprecationSupport.ObjectType CLASS
public static final DeprecationSupport.ObjectType METHOD
public static final DeprecationSupport.ObjectType PROPERTY
public static final DeprecationSupport.ObjectType BEAN
public static final DeprecationSupport.ObjectType NAMESPACE
public static final DeprecationSupport.ObjectType XSITYPE
public static final DeprecationSupport.ObjectType ELEMENT
public static final DeprecationSupport.ObjectType ATTRIBUTE
public static final DeprecationSupport.ObjectType WEBFLOW
public static final DeprecationSupport.ObjectType ACTION
public static final DeprecationSupport.ObjectType CONFIGURATION
public static DeprecationSupport.ObjectType[] values()
for (DeprecationSupport.ObjectType c : DeprecationSupport.ObjectType.values()) System.out.println(c);
public static DeprecationSupport.ObjectType 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 toString()
toString in class Enum<DeprecationSupport.ObjectType>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.