Skip navigation links


com.bea.p13n.model
Enum PropertyContainer.JoinType

java.lang.Object
  extended by java.lang.Enum<PropertyContainer.JoinType>
      extended by com.bea.p13n.model.PropertyContainer.JoinType

All Implemented Interfaces
Serializable, Comparable<PropertyContainer.JoinType>
Enclosing class:
PropertyContainer

public static enum PropertyContainer.JoinType
extends Enum<PropertyContainer.JoinType>

Enum Constant Summary
AND
           
OR
           

 

Method Summary
static PropertyContainer.JoinType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyContainer.JoinType[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.

 

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

 

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

 

Enum Constant Detail

AND

public static final PropertyContainer.JoinType AND

OR

public static final PropertyContainer.JoinType OR

Method Detail

values

public static final PropertyContainer.JoinType[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.

valueOf

public static PropertyContainer.JoinType valueOf(String name)
Returns the enum constant of this type with the specified name.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.