public static enum ResourceMetadata.RESOURCE_TYPE extends Enum<ResourceMetadata.RESOURCE_TYPE>
| Enum Constant and Description |
|---|
ENTITY |
OPERATION |
PROPERTY |
RELATIONSHIP |
| Modifier and Type | Method and Description |
|---|---|
static ResourceMetadata.RESOURCE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceMetadata.RESOURCE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceMetadata.RESOURCE_TYPE ENTITY
public static final ResourceMetadata.RESOURCE_TYPE RELATIONSHIP
public static final ResourceMetadata.RESOURCE_TYPE PROPERTY
public static final ResourceMetadata.RESOURCE_TYPE OPERATION
public static ResourceMetadata.RESOURCE_TYPE[] values()
for (ResourceMetadata.RESOURCE_TYPE c : ResourceMetadata.RESOURCE_TYPE.values()) System.out.println(c);
public static ResourceMetadata.RESOURCE_TYPE 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 © 2005–2018 Alfresco Software. All rights reserved.