Class VabOperationsProvider.Entry
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.VabOperationsProvider.Entry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- VabOperationsProvider
private static class VabOperationsProvider.Entry extends java.lang.Object implements java.io.SerializableAn 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. AsVabOperationsProvider.Entrybelongs to VAB paths,VabOperationsProvider.Entrymust be serializable and consist of serializable attributes.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private VabOperationsProvider.Kindkindprivate static longserialVersionUIDprivate java.lang.StringuName
-
Constructor Summary
Constructors Modifier Constructor Description privateEntry(VabOperationsProvider.Kind kind, java.lang.String uName)Creates an entry instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
kind
private VabOperationsProvider.Kind kind
-
uName
private java.lang.String uName
-
-
Constructor Detail
-
Entry
private Entry(VabOperationsProvider.Kind kind, java.lang.String uName)
Creates an entry instance.- Parameters:
kind- the entry kinduName- the unique name of the operation/property withinkind
-
-