Skip navigation links


oracle.iam.ida.vo
Class PolicyViolationCause.ForeignAttribute

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute

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

public static final class PolicyViolationCause.ForeignAttribute
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
 java.lang.String attributeName
           
static PolicyViolationCause.ForeignAttribute RULE_CONDITION
           
static PolicyViolationCause.ForeignAttribute RULE_DESCRIPTION
           
static PolicyViolationCause.ForeignAttribute RULE_GROOVY_EXPRESSION
           
static PolicyViolationCause.ForeignAttribute RULE_NAME
           

 

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

RULE_NAME

public static final PolicyViolationCause.ForeignAttribute RULE_NAME

RULE_DESCRIPTION

public static final PolicyViolationCause.ForeignAttribute RULE_DESCRIPTION

RULE_CONDITION

public static final PolicyViolationCause.ForeignAttribute RULE_CONDITION

RULE_GROOVY_EXPRESSION

public static final PolicyViolationCause.ForeignAttribute RULE_GROOVY_EXPRESSION

attributeName

public final java.lang.String attributeName

Method Detail

values

public static PolicyViolationCause.ForeignAttribute[] values()

valueOf

public static PolicyViolationCause.ForeignAttribute valueOf(java.lang.String name)

Skip navigation links


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