public static enum ExternalRef.ReferenceCategory extends Enum<ExternalRef.ReferenceCategory>
| Enum Constant and Description |
|---|
referenceCategory_other |
referenceCategory_packageManager |
referenceCategory_security |
| Modifier and Type | Method and Description |
|---|---|
static ExternalRef.ReferenceCategory |
fromTag(String tag) |
String |
getTag() |
static ExternalRef.ReferenceCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalRef.ReferenceCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalRef.ReferenceCategory referenceCategory_packageManager
public static final ExternalRef.ReferenceCategory referenceCategory_security
public static final ExternalRef.ReferenceCategory referenceCategory_other
public static ExternalRef.ReferenceCategory[] values()
for (ExternalRef.ReferenceCategory c : ExternalRef.ReferenceCategory.values()) System.out.println(c);
public static ExternalRef.ReferenceCategory 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 getTag()
public static ExternalRef.ReferenceCategory fromTag(String tag)
Copyright © 2017 Linux Foundation. All Rights Reserved.