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