Enum Class ServiceMessage.RFIC
java.lang.Object
java.lang.Enum<ServiceMessage.RFIC>
de.hybris.platform.prosservices.pros.services.ServiceMessage.RFIC
- All Implemented Interfaces:
Serializable,Comparable<ServiceMessage.RFIC>,Constable
- Enclosing class:
- ServiceMessage
The enum Rfic.
-
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 TypeMethodDescriptionstatic ServiceMessage.RFICFrom value service message .toString()value()Value string.static ServiceMessage.RFICReturns the enum constant of this class with the specified name.static ServiceMessage.RFIC[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
A
A rfic. -
B
B rfic. -
C
C rfic. -
D
D rfic. -
E
E rfic. -
F
F rfic. -
G
G rfic. -
I
rfic.
-
-
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.RFIC>
-
value
Value string.- Returns:
- the string
-
fromValue
From value service message . rfic.- Parameters:
value- the value- Returns:
- the service message . rfic
-