public enum ResourceMetadataLinkInfo extends Enum<ResourceMetadataLinkInfo>
| Enum Constant and Description |
|---|
content |
metadataType |
type |
| Modifier and Type | Method and Description |
|---|---|
static ResourceMetadataLinkInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceMetadataLinkInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceMetadataLinkInfo type
public static final ResourceMetadataLinkInfo metadataType
public static final ResourceMetadataLinkInfo content
public static ResourceMetadataLinkInfo[] values()
for (ResourceMetadataLinkInfo c : ResourceMetadataLinkInfo.values()) System.out.println(c);
public static ResourceMetadataLinkInfo 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 nullCopyright © 2007–2016 PDOK. All rights reserved.