public static enum TemplatePredicates.PasswordEnabled extends Enum<TemplatePredicates.PasswordEnabled> implements com.google.common.base.Predicate<Template>
| Enum Constant and Description | 
|---|
| INSTANCE | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | apply(Template arg0) | 
| String | toString() | 
| static TemplatePredicates.PasswordEnabled | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TemplatePredicates.PasswordEnabled[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TemplatePredicates.PasswordEnabled INSTANCE
public static TemplatePredicates.PasswordEnabled[] values()
for (TemplatePredicates.PasswordEnabled c : TemplatePredicates.PasswordEnabled.values()) System.out.println(c);
public static TemplatePredicates.PasswordEnabled 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 apply(Template arg0)
apply in interface com.google.common.base.Predicate<Template>public String toString()
toString in class Enum<TemplatePredicates.PasswordEnabled>Copyright © 2009-2013 jclouds. All Rights Reserved.