public enum DictionaryServiceAssociation extends Enum<DictionaryServiceAssociation> implements EnumBcIdentifier
| Modifier and Type | Class and Description |
|---|---|
static class |
DictionaryServiceAssociation.DictionaryBcSupplier |
EnumBcIdentifier.Holder<T extends Enum<T> & EnumBcIdentifier>| Enum Constant and Description |
|---|
adminDictionaryItem |
adminDictionaryItemHistory |
adminDictionaryItemTranslation |
adminDictionaryType |
| Modifier and Type | Field and Description |
|---|---|
static EnumBcIdentifier.Holder<DictionaryServiceAssociation> |
Holder |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getParentName() |
boolean |
isBc(BcIdentifier other) |
boolean |
isNotBc(BcIdentifier other) |
static DictionaryServiceAssociation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryServiceAssociation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfbuildDescription, getBcDescriptionpublic static final DictionaryServiceAssociation adminDictionaryType
public static final DictionaryServiceAssociation adminDictionaryItem
public static final DictionaryServiceAssociation adminDictionaryItemTranslation
public static final DictionaryServiceAssociation adminDictionaryItemHistory
public static final EnumBcIdentifier.Holder<DictionaryServiceAssociation> Holder
public static DictionaryServiceAssociation[] values()
for (DictionaryServiceAssociation c : DictionaryServiceAssociation.values()) System.out.println(c);
public static DictionaryServiceAssociation 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 String getName()
getName in interface BcIdentifiergetName in interface EnumBcIdentifierpublic String getParentName()
getParentName in interface BcIdentifiergetParentName in interface EnumBcIdentifierpublic boolean isBc(BcIdentifier other)
isBc in interface EnumBcIdentifierpublic boolean isNotBc(BcIdentifier other)
isNotBc in interface EnumBcIdentifierCopyright © 2018–2021 Tesler. All rights reserved.