Package com.axway.apim.lib
Enum APIManagerConfigAnnotation.ConfigType
- java.lang.Object
-
- java.lang.Enum<APIManagerConfigAnnotation.ConfigType>
-
- com.axway.apim.lib.APIManagerConfigAnnotation.ConfigType
-
- All Implemented Interfaces:
Serializable,Comparable<APIManagerConfigAnnotation.ConfigType>
- Enclosing class:
- APIManagerConfigAnnotation
public static enum APIManagerConfigAnnotation.ConfigType extends Enum<APIManagerConfigAnnotation.ConfigType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AdvisoryBannerAPIImportAPIManagerAPIPortalAPIRegistrationDelegationFaultHandlersGeneralGlobalPoliciesSession
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClearName()static APIManagerConfigAnnotation.ConfigTypevalueOf(String name)Returns the enum constant of this type with the specified name.static APIManagerConfigAnnotation.ConfigType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
APIManager
public static final APIManagerConfigAnnotation.ConfigType APIManager
-
APIPortal
public static final APIManagerConfigAnnotation.ConfigType APIPortal
-
General
public static final APIManagerConfigAnnotation.ConfigType General
-
Session
public static final APIManagerConfigAnnotation.ConfigType Session
-
Delegation
public static final APIManagerConfigAnnotation.ConfigType Delegation
-
APIRegistration
public static final APIManagerConfigAnnotation.ConfigType APIRegistration
-
APIImport
public static final APIManagerConfigAnnotation.ConfigType APIImport
-
GlobalPolicies
public static final APIManagerConfigAnnotation.ConfigType GlobalPolicies
-
FaultHandlers
public static final APIManagerConfigAnnotation.ConfigType FaultHandlers
-
AdvisoryBanner
public static final APIManagerConfigAnnotation.ConfigType AdvisoryBanner
-
-
Method Detail
-
values
public static APIManagerConfigAnnotation.ConfigType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (APIManagerConfigAnnotation.ConfigType c : APIManagerConfigAnnotation.ConfigType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static APIManagerConfigAnnotation.ConfigType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getClearName
public String getClearName()
-
-