public static enum ExtendedAttribute.NamespacePrefix extends Enum<ExtendedAttribute.NamespacePrefix>
xattr
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ExtendedAttribute.NamespacePrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedAttribute.NamespacePrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedAttribute.NamespacePrefix SECURITY
public static final ExtendedAttribute.NamespacePrefix SYSTEM
public static final ExtendedAttribute.NamespacePrefix TRUSTED
public static final ExtendedAttribute.NamespacePrefix USER
public static ExtendedAttribute.NamespacePrefix[] values()
for (ExtendedAttribute.NamespacePrefix c : ExtendedAttribute.NamespacePrefix.values()) System.out.println(c);
public static ExtendedAttribute.NamespacePrefix 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 toString()
toString
in class Enum<ExtendedAttribute.NamespacePrefix>
Copyright © 2023. All Rights Reserved.