Skip navigation links


oracle.iam.configservice.api
Class Constants.BackEndDataType

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

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

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

Field Summary
static Constants.BackEndDataType BOOLEAN
           
static Constants.BackEndDataType DATE
           
static Constants.BackEndDataType FLOAT
           
static Constants.BackEndDataType NUMBER
           
static Constants.BackEndDataType STRING
           

 

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

STRING

public static final Constants.BackEndDataType STRING

DATE

public static final Constants.BackEndDataType DATE

NUMBER

public static final Constants.BackEndDataType NUMBER

BOOLEAN

public static final Constants.BackEndDataType BOOLEAN

FLOAT

public static final Constants.BackEndDataType FLOAT

Method Detail

values

public static Constants.BackEndDataType[] values()

valueOf

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

Skip navigation links


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