org.eclipse.wst.common.project.facet.core
Class IConstraint.Type
java.lang.Object
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.
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
valueOf
public static IConstraint.Type valueOf(String name)
name
public String name()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.