Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core
Class IConstraint.Type

java.lang.Object
  extended by org.eclipse.wst.common.project.facet.core.IConstraint.Type
Enclosing interface:
IConstraint

public static final class IConstraint.Type
extends Object

The enumeration of operator types.


Field Summary
static IConstraint.Type AND
           
static IConstraint.Type CONFLICTS
           
static IConstraint.Type OR
           
static IConstraint.Type REQUIRES
           
 
Method Summary
 String name()
           
 String toString()
           
static IConstraint.Type valueOf(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final IConstraint.Type AND

OR

public static final IConstraint.Type OR

REQUIRES

public static final IConstraint.Type REQUIRES

CONFLICTS

public static final IConstraint.Type CONFLICTS
Method Detail

valueOf

public static IConstraint.Type valueOf(String name)

name

public String name()

toString

public String toString()
Overrides:
toString in class Object

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.