Skip navigation links


oracle.iam.configservice.api
Class Constants.Categories

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.configservice.api.Constants.Categories

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Constants

public static final class Constants.Categories
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static Constants.Categories CATEGORIES
           
static Constants.Categories CATEGORIES_ORDER
           
static Constants.Categories PROPERTIES
           

 

Method Summary
 java.lang.String getCategoryName()
           
static Constants.Categories valueOf(java.lang.String name)
           
static Constants.Categories[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

PROPERTIES

public static final Constants.Categories PROPERTIES

CATEGORIES

public static final Constants.Categories CATEGORIES

CATEGORIES_ORDER

public static final Constants.Categories CATEGORIES_ORDER

Method Detail

values

public static Constants.Categories[] values()

valueOf

public static Constants.Categories valueOf(java.lang.String name)

getCategoryName

public java.lang.String getCategoryName()

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.