public static enum GroupKey.Metadata extends Enum<GroupKey.Metadata> implements DomainClassMetadata
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getDomainClass() |
int |
getPropertiesSize() |
int |
getPropertyIndex(String name) |
static GroupKey.Metadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupKey.Metadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupKey.Metadata INSTANCE
public static GroupKey.Metadata[] values()
for (GroupKey.Metadata c : GroupKey.Metadata.values()) System.out.println(c);
public static GroupKey.Metadata 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 Class<?> getDomainClass()
getDomainClass in interface DomainClassMetadatapublic int getPropertiesSize()
getPropertiesSize in interface DomainClassMetadatapublic int getPropertyIndex(String name)
getPropertyIndex in interface DomainClassMetadataCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.