Enum Class PmMediumCharContactType
java.lang.Object
java.lang.Enum<PmMediumCharContactType>
de.hybris.platform.partyservices.enums.PmMediumCharContactType
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable,Comparable<PmMediumCharContactType>,Constable
@Deprecated(since="2208",
forRemoval=true)
public enum PmMediumCharContactType
extends Enum<PmMediumCharContactType>
implements de.hybris.platform.core.HybrisEnumValue
Deprecated, for removal: This API element is subject to removal in a future version.
Generated enum PmMediumCharContactType declared at extension partyservices.
The contact type of a medium characteristic.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.FIXED_HOME_PHONE_NUMBER declared at extension partyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.FIXED_OFFICE_PHONE_NUMBER declared at extension partyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.INSTALLATION_ADDRESS declared at extension partyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.MOBILE_PHONE_NUMBER declared at extension partyservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.SHIPPING_ADDRESS declared at extension partyservices. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Deprecated, for removal: This API element is subject to removal in a future version.Gets the code of this enum value.getType()Deprecated, for removal: This API element is subject to removal in a future version.Gets the type this enum value belongs to.static PmMediumCharContactTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static PmMediumCharContactType[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MOBILE_PHONE_NUMBER
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.MOBILE_PHONE_NUMBER declared at extension partyservices. -
FIXED_HOME_PHONE_NUMBER
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.FIXED_HOME_PHONE_NUMBER declared at extension partyservices. -
FIXED_OFFICE_PHONE_NUMBER
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.FIXED_OFFICE_PHONE_NUMBER declared at extension partyservices. -
SHIPPING_ADDRESS
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.SHIPPING_ADDRESS declared at extension partyservices. -
INSTALLATION_ADDRESS
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for PmMediumCharContactType.INSTALLATION_ADDRESS declared at extension partyservices.
-
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Deprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant.- See Also:
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.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
-
getCode
Deprecated, for removal: This API element is subject to removal in a future version.Gets the code of this enum value.- Specified by:
getCodein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of value
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type this enum value belongs to.- Specified by:
getTypein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of type
-