Uses of Class
com.adobe.guides.konnect.definitions.ado.ResourceEnum
-
-
Uses of ResourceEnum in com.adobe.guides.konnect.definitions.ado
Methods in com.adobe.guides.konnect.definitions.ado that return ResourceEnum Modifier and Type Method Description static ResourceEnum
ResourceEnum. getEnum(String value)
Returns the enum value for the givenString
.static ResourceEnum
ResourceEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceEnum[]
ResourceEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-