public static enum SecurePart.Modifier extends Enum<SecurePart.Modifier>
Modifier and Type | Method and Description |
---|---|
String |
getModifier() |
static SecurePart.Modifier |
getModifier(String modifier) |
static SecurePart.Modifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurePart.Modifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurePart.Modifier Element
public static final SecurePart.Modifier Content
public static SecurePart.Modifier[] values()
for (SecurePart.Modifier c : SecurePart.Modifier.values()) System.out.println(c);
public static SecurePart.Modifier 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 String getModifier()
public static SecurePart.Modifier getModifier(String modifier)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.