Skip navigation links


oracle.iam.reconciliation.config.vo
Class Type

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.reconciliation.config.vo.Type

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

public final class Type
extends java.lang.Enum

Specifies the Data Type for various target attributes, mapped attributes and fields in the Reconciliation Profile.

See Also:
Serialized Form

Field Summary
static Type Date
           
static Type Double
           
static Type ITResource
           
static Type Number
           
static Type String
           

 

Method Summary
 java.lang.Integer getDefaultSize()
           
 java.lang.String getEMType()
           
 java.lang.String toString()
           
static Type typeOf(java.lang.String dataType)
           
static Type valueOf(java.lang.String name)
           
 java.io.Serializable valueOfData(java.lang.String data)
           
static Type valueOfEMType(java.lang.String emType)
           
static Type[] values()
           

 

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

 

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

 

Field Detail

String

public static final Type String

Date

public static final Type Date

Number

public static final Type Number

ITResource

public static final Type ITResource

Double

public static final Type Double

Method Detail

values

public static Type[] values()

valueOf

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

getEMType

public java.lang.String getEMType()

valueOfEMType

public static Type valueOfEMType(java.lang.String emType)

typeOf

public static Type typeOf(java.lang.String dataType)

getDefaultSize

public java.lang.Integer getDefaultSize()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum

valueOfData

public java.io.Serializable valueOfData(java.lang.String data)

Skip navigation links


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