public static enum ServletSecurity.EmptyRoleSemantic extends Enum<ServletSecurity.EmptyRoleSemantic>
修飾子とタイプ | メソッドと説明 |
---|---|
static ServletSecurity.EmptyRoleSemantic |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ServletSecurity.EmptyRoleSemantic[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ServletSecurity.EmptyRoleSemantic PERMIT
public static final ServletSecurity.EmptyRoleSemantic DENY
public static ServletSecurity.EmptyRoleSemantic[] values()
for(ServletSecurity.EmptyRoleSemantic c: ServletSecurity.EmptyRoleSemantic.values()) System.out.println(c);
public static ServletSecurity.EmptyRoleSemantic valueOf(String name)
name
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合Copyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.