Enum Class ServiceMessage.FeeApplication
java.lang.Object
java.lang.Enum<ServiceMessage.FeeApplication>
de.hybris.platform.prosservices.pros.services.ServiceMessage.FeeApplication
- All Implemented Interfaces:
Serializable,Comparable<ServiceMessage.FeeApplication>,Constable
- Enclosing class:
- ServiceMessage
The enum Fee application.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionFrom value service message .toString()value()Value string.Returns the enum constant of this class with the specified name.static ServiceMessage.FeeApplication[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
_1
1 fee application. -
_2
2 fee application. -
_3
3 fee application. -
_4
4 fee application. -
_5
5 fee application. -
__EMPTY__
__ empty __ fee application.
-
-
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
-
toString
- Overrides:
toStringin classEnum<ServiceMessage.FeeApplication>
-
value
Value string.- Returns:
- the string
-
fromValue
From value service message . fee application.- Parameters:
value- the value- Returns:
- the service message . fee application
-