public static enum PropertyKey.Mutable extends Enum<PropertyKey.Mutable>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isAtLeastSometimesMutable() | 
| static PropertyKey.Mutable | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PropertyKey.Mutable[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PropertyKey.Mutable IMMUTABLE
public static final PropertyKey.Mutable RARELY
public static final PropertyKey.Mutable SOMETIMES
public static final PropertyKey.Mutable OFTEN
public static PropertyKey.Mutable[] values()
for (PropertyKey.Mutable c : PropertyKey.Mutable.values()) System.out.println(c);
public static PropertyKey.Mutable 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 nullpublic boolean isAtLeastSometimesMutable()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.