Package org.cxbox.source
Enum Class DictionaryServiceAssociation
- All Implemented Interfaces:
Serializable,Comparable<DictionaryServiceAssociation>,Constable,org.cxbox.api.data.BcIdentifier,EnumBcIdentifier
public enum DictionaryServiceAssociation
extends Enum<DictionaryServiceAssociation>
implements EnumBcIdentifier
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface org.cxbox.core.crudma.bc.EnumBcIdentifier
EnumBcIdentifier.Holder<T extends Enum<T> & EnumBcIdentifier> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnumBcIdentifier.Holder<DictionaryServiceAssociation> -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisBc(org.cxbox.api.data.BcIdentifier other) booleanisNotBc(org.cxbox.api.data.BcIdentifier other) static DictionaryServiceAssociationReturns the enum constant of this class with the specified name.static DictionaryServiceAssociation[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.cxbox.core.crudma.bc.EnumBcIdentifier
buildDescription, getBcDescription
-
Enum Constant Details
-
adminDictionaryType
-
adminDictionaryItem
-
adminDictionaryItemTranslation
-
adminDictionaryItemHistory
-
-
Field Details
-
Holder
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Specified by:
getNamein interfaceorg.cxbox.api.data.BcIdentifier- Specified by:
getNamein interfaceEnumBcIdentifier
-
getParentName
- Specified by:
getParentNamein interfaceorg.cxbox.api.data.BcIdentifier- Specified by:
getParentNamein interfaceEnumBcIdentifier
-
isBc
public boolean isBc(org.cxbox.api.data.BcIdentifier other) - Specified by:
isBcin interfaceEnumBcIdentifier
-
isNotBc
public boolean isNotBc(org.cxbox.api.data.BcIdentifier other) - Specified by:
isNotBcin interfaceEnumBcIdentifier
-