Skip navigation links


oracle.iam.policyengine.vo
Class PolicyConstants.OperatorType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.policyengine.vo.PolicyConstants.OperatorType

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

public static final class PolicyConstants.OperatorType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static PolicyConstants.OperatorType BOOLEAN
           
static PolicyConstants.OperatorType DATE
           
static PolicyConstants.OperatorType INTEGER
           
static PolicyConstants.OperatorType LIST
           
static PolicyConstants.OperatorType LONG
           
static PolicyConstants.OperatorType STRING
           

 

Method Summary
static PolicyConstants.OperatorType getType(java.lang.Class c)
           
static PolicyConstants.OperatorType getType(java.lang.String v)
           
static PolicyConstants.OperatorType valueOf(java.lang.String name)
           
static PolicyConstants.OperatorType[] 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 PolicyConstants.OperatorType STRING

LIST

public static final PolicyConstants.OperatorType LIST

INTEGER

public static final PolicyConstants.OperatorType INTEGER

LONG

public static final PolicyConstants.OperatorType LONG

BOOLEAN

public static final PolicyConstants.OperatorType BOOLEAN

DATE

public static final PolicyConstants.OperatorType DATE

Method Detail

values

public static PolicyConstants.OperatorType[] values()

valueOf

public static PolicyConstants.OperatorType valueOf(java.lang.String name)

getType

public static PolicyConstants.OperatorType getType(java.lang.String v)

getType

public static PolicyConstants.OperatorType getType(java.lang.Class c)

Skip navigation links


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