Serializable, Comparable<Facet.FacetType>public static enum Facet.FacetType extends Enum<Facet.FacetType>
installed facet is really present on an Eclipse project whereas facet type fixed means that
 this facet is locked and cannot be simply removed. See also
 here.| Modifier and Type | Method | Description | 
|---|---|---|
| static Facet.FacetType | valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static Facet.FacetType[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Facet.FacetType installed
public static final Facet.FacetType fixed
public static Facet.FacetType[] values()
for (Facet.FacetType c : Facet.FacetType.values()) System.out.println(c);
public static Facet.FacetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null