public static enum AbstractToken.DerivedKeys extends Enum<AbstractToken.DerivedKeys>
| Enum Constant and Description |
|---|
RequireDerivedKeys |
RequireExplicitDerivedKeys |
RequireImpliedDerivedKeys |
| Modifier and Type | Method and Description |
|---|---|
static AbstractToken.DerivedKeys |
lookUp(String name) |
static AbstractToken.DerivedKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractToken.DerivedKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractToken.DerivedKeys RequireDerivedKeys
public static final AbstractToken.DerivedKeys RequireExplicitDerivedKeys
public static final AbstractToken.DerivedKeys RequireImpliedDerivedKeys
public static AbstractToken.DerivedKeys[] values()
for (AbstractToken.DerivedKeys c : AbstractToken.DerivedKeys.values()) System.out.println(c);
public static AbstractToken.DerivedKeys 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 static AbstractToken.DerivedKeys lookUp(String name)
Copyright © 2017 JBoss by Red Hat. All rights reserved.