org.alfresco.repo.search.impl.querymodel
Class Constraint.Occur

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.repo.search.impl.querymodel.Constraint.Occur
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
Constraint

public static final class Constraint.Occur
extends java.lang.Enum

See Also:
Serialized Form

Field Summary
static Constraint.Occur DEFAULT
           
static Constraint.Occur EXCLUDE
           
static Constraint.Occur MANDATORY
           
static Constraint.Occur OPTIONAL
           
 
Method Summary
static Constraint.Occur valueOf(java.lang.String name)
           
static Constraint.Occur[] values()
           
 
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
 

Field Detail

DEFAULT

public static final Constraint.Occur DEFAULT

MANDATORY

public static final Constraint.Occur MANDATORY

OPTIONAL

public static final Constraint.Occur OPTIONAL

EXCLUDE

public static final Constraint.Occur EXCLUDE
Method Detail

values

public static Constraint.Occur[] values()

valueOf

public static Constraint.Occur valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.