Class AasOperationsProvider.Entry
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.AasOperationsProvider.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
AasOperationsProvider
An entry as last element of a potentially hierarchically nested access path. An entry
can refer to an operation or to a property, each with unique names within their kind.
As
AasOperationsProvider.Entry belongs to VAB paths, AasOperationsProvider.Entry must be serializable and consist of
serializable attributes.- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AasOperationsProvider.Kindprivate static final longprivate String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEntry(AasOperationsProvider.Kind kind, String uName) Creates an entry instance. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
kind
-
uName
-
-
Constructor Details
-
Entry
Creates an entry instance.- Parameters:
kind- the entry kinduName- the unique name of the operation/property withinkind
-