public static enum JNLPClassLoader.SigningState extends java.lang.Enum<JNLPClassLoader.SigningState>
| Modifier and Type | Method and Description | 
|---|---|
| static JNLPClassLoader.SigningState | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static JNLPClassLoader.SigningState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final JNLPClassLoader.SigningState FULL
public static final JNLPClassLoader.SigningState PARTIAL
public static final JNLPClassLoader.SigningState NONE
public static JNLPClassLoader.SigningState[] values()
for (JNLPClassLoader.SigningState c : JNLPClassLoader.SigningState.values()) System.out.println(c);
public static JNLPClassLoader.SigningState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null