Class AasOperationsProvider.Property
java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.AasOperationsProvider.Property
- Enclosing class:
AasOperationsProvider
Represents a property consisting of a consumer and a supplier function. Both functions
may map to attributes or accessor functions depending on the implementing objet.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
set
-
get
-
-
Constructor Details
-
Property
Creates a property instance. Theoretically, either entry may be null for read-only/write-only properties, but this must be, however, reflected in the AAS so that no wrong can access happens.- Parameters:
get- the supplier providing read access to the property value (may be null)set- the consumer providing write access to the property value (may be null)
-