- All Implemented Interfaces:
Serializable,Comparable<MultiSocketType>
The multiple socket type used in MultiSocketInfo as injection types.
Multiple beans can be plugged in a multi socket info as an array, a collection, a set or a list.
- Author:
- Jeremy Kuhn
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDesignates an array multiple socket.Designates a collection multiple socket.Designates a list multiple socket.Designates a set multiple socket. -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiSocketTypeReturns the enum constant of this type with the specified name.static MultiSocketType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARRAY
Designates an array multiple socket.
-
COLLECTION
Designates a collection multiple socket.
-
SET
Designates a set multiple socket.
-
LIST
Designates a list multiple socket.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-