Enum VabIipOperationsProvider.Kind
java.lang.Object
java.lang.Enum<VabIipOperationsProvider.Kind>
de.iip_ecosphere.platform.support.aas.basyx.VabIipOperationsProvider.Kind
- All Implemented Interfaces:
Serializable,Comparable<VabIipOperationsProvider.Kind>,java.lang.constant.Constable
- Enclosing class:
- VabIipOperationsProvider
private static enum VabIipOperationsProvider.Kind extends Enum<VabIipOperationsProvider.Kind>
The main kinds of entries.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description OPERATION'Refers' toVabIipOperationsProvider.operations.PROPERTY'Refers' toVabIipOperationsProvider.properties. -
Constructor Summary
Constructors Modifier Constructor Description privateKind() -
Method Summary
Modifier and Type Method Description static VabIipOperationsProvider.KindvalueOf(String name)Returns the enum constant of this type with the specified name.static VabIipOperationsProvider.Kind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PROPERTY
'Refers' toVabIipOperationsProvider.properties. -
OPERATION
'Refers' toVabIipOperationsProvider.operations.
-
-
Constructor Details
-
Kind
private Kind()
-
-
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
-