org.jclouds.crypto
Enum Sha512Crypt.Function
java.lang.Object
java.lang.Enum<Sha512Crypt.Function>
org.jclouds.crypto.Sha512Crypt.Function
- All Implemented Interfaces:
- com.google.common.base.Function<String,String>, Serializable, Comparable<Sha512Crypt.Function>
- Enclosing class:
- Sha512Crypt
public static enum Sha512Crypt.Function
- extends Enum<Sha512Crypt.Function>
- implements com.google.common.base.Function<String,String>
Methods inherited from interface com.google.common.base.Function |
equals |
INSTANCE
public static final Sha512Crypt.Function INSTANCE
values
public static Sha512Crypt.Function[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Sha512Crypt.Function c : Sha512Crypt.Function.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Sha512Crypt.Function valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
apply
public String apply(String input)
- Specified by:
apply
in interface com.google.common.base.Function<String,String>
toString
public String toString()
- Overrides:
toString
in class Enum<Sha512Crypt.Function>
Copyright © 2009-2011 jclouds. All Rights Reserved.