public enum StandardDomainModel extends Enum<StandardDomainModel>
| Enum Constant and Description |
|---|
ANIMAL |
CONTACTS |
GAMBIT |
HELPDESK |
RETAIL |
| Modifier and Type | Method and Description |
|---|---|
DomainModelDescriptor |
getDescriptor() |
static StandardDomainModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardDomainModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardDomainModel CONTACTS
public static final StandardDomainModel ANIMAL
public static final StandardDomainModel GAMBIT
public static final StandardDomainModel HELPDESK
public static final StandardDomainModel RETAIL
public static StandardDomainModel[] values()
for (StandardDomainModel c : StandardDomainModel.values()) System.out.println(c);
public static StandardDomainModel 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 DomainModelDescriptor getDescriptor()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.