Skip navigation links


oracle.iam.catalog.vo
Class Mode

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.catalog.vo.Mode

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class Mode
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static Mode Full
           
static Mode Incremental
           
static Mode Metadata
           
static Mode Recalculate_Tags
           
static Mode TechnicalGlossary
           

 

Method Summary
 java.lang.String getValue()
           
static Mode valueOf(java.lang.String name)
           
static Mode[] 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

Full

public static final Mode Full

Incremental

public static final Mode Incremental

Metadata

public static final Mode Metadata

Recalculate_Tags

public static final Mode Recalculate_Tags

TechnicalGlossary

public static final Mode TechnicalGlossary

Method Detail

values

public static Mode[] values()

valueOf

public static Mode valueOf(java.lang.String name)

getValue

public java.lang.String getValue()

Skip navigation links


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