public enum ResourceReferenceType extends Enum<ResourceReferenceType>
| Modifier and Type | Method and Description |
|---|---|
static ResourceReferenceType |
getInstance(String type) |
String |
getType() |
static ResourceReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceReferenceType FILE
public static final ResourceReferenceType UNKNOWN
public static ResourceReferenceType[] values()
for (ResourceReferenceType c : ResourceReferenceType.values()) System.out.println(c);
public static ResourceReferenceType 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 getType()
public static ResourceReferenceType getInstance(String type)
Copyright © 2024 Atlassian. All rights reserved.