public enum AccessType extends Enum<AccessType>
| Enum Constant and Description |
|---|
CONSISTS_OF |
CONTEXT |
EMBEDDED |
ENTITY |
FACET |
IS_PARENT_OF |
IS_RELATED_TO |
RELATION |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
getAccessType(Class<?> clz) |
<ISM extends ISManageable,ISMC extends ISM,ISMD extends ISMC> |
getDummyImplementationClass() |
<ISM extends ISManageable,ISMC extends ISM> |
getImplementationClass() |
String |
getName() |
<ISM extends ISManageable> |
getTypeClass() |
String |
lowerCaseFirstCharacter() |
String |
toString() |
static AccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessType EMBEDDED
public static final AccessType CONTEXT
public static final AccessType IS_PARENT_OF
public static final AccessType ENTITY
public static final AccessType RESOURCE
public static final AccessType FACET
public static final AccessType RELATION
public static final AccessType IS_RELATED_TO
public static final AccessType CONSISTS_OF
public static AccessType[] values()
for (AccessType c : AccessType.values()) System.out.println(c);
public static AccessType 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 <ISM extends ISManageable> Class<ISM> getTypeClass()
public <ISM extends ISManageable,ISMC extends ISM> Class<ISMC> getImplementationClass()
public <ISM extends ISManageable,ISMC extends ISM,ISMD extends ISMC> Class<ISMD> getDummyImplementationClass()
public String getName()
public String lowerCaseFirstCharacter()
public String toString()
toString in class Enum<AccessType>public static AccessType getAccessType(Class<?> clz)
Copyright © 2017. All Rights Reserved.