Class AgrAgreementSpecCharValueType
java.lang.Object
de.hybris.platform.agreementservices.enums.AgrAgreementSpecCharValueType
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable
@Deprecated(since="2208",
forRemoval=true)
public class AgrAgreementSpecCharValueType
extends Object
implements de.hybris.platform.core.HybrisEnumValue
Deprecated, for removal: This API element is subject to removal in a future version.
Generated enum AgrAgreementSpecCharValueType declared at extension agreementservices.
Type describing value type of agreement specification characteristics.
- See Also:
-
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 AgrAgreementSpecCharValueTypeDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.BOOLEAN declared at extension agreementservices.static final AgrAgreementSpecCharValueTypeDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.DATE_TIME declared at extension agreementservices.static final AgrAgreementSpecCharValueTypeDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.ENUM declared at extension agreementservices.static final AgrAgreementSpecCharValueTypeDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.NUMERIC declared at extension agreementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant.static final AgrAgreementSpecCharValueTypeDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.STRING declared at extension agreementservices. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Compares this object to the specified object.getCode()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.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns a hash code for thisAgrAgreementSpecCharValueType.toString()Deprecated, for removal: This API element is subject to removal in a future version.Returns the code representing this enum value.Deprecated, for removal: This API element is subject to removal in a future version.Returns a AgrAgreementSpecCharValueType instance representing the specified enum value.
-
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:
-
STRING
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.STRING declared at extension agreementservices. -
NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.NUMERIC declared at extension agreementservices. -
BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.BOOLEAN declared at extension agreementservices. -
DATE_TIME
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.DATE_TIME declared at extension agreementservices. -
ENUM
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for AgrAgreementSpecCharValueType.ENUM declared at extension agreementservices.
-
-
Method Details
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.Compares this object to the specified object. The result istrueif and only if the argument is notnulland is anAgrAgreementSpecCharValueTypeobject that contains the enum valuecodeas this object. -
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
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns a hash code for thisAgrAgreementSpecCharValueType. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.Returns the code representing this enum value. -
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns a AgrAgreementSpecCharValueType instance representing the specified enum value.- Parameters:
code- an enum value- Returns:
- a AgrAgreementSpecCharValueType instance representing value.
-