Class BaSyxReference
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxReference
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.Reference
public class BaSyxReference extends java.lang.Object implements de.iip_ecosphere.platform.support.aas.ReferenceImplements a BaSyx reference value wrapper.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.basyx.submodel.metamodel.api.reference.IReferencereference
-
Constructor Summary
Constructors Constructor Description BaSyxReference(org.eclipse.basyx.submodel.metamodel.api.reference.IReference reference)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.eclipse.basyx.submodel.metamodel.api.reference.IReferencegetReference()Returns the BaSyx reference.booleanhasReference()java.lang.StringtoString()
-
-
-
Method Detail
-
getReference
org.eclipse.basyx.submodel.metamodel.api.reference.IReference getReference()
Returns the BaSyx reference.- Returns:
- the BaSyx reference
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hasReference
public boolean hasReference()
- Specified by:
hasReferencein interfacede.iip_ecosphere.platform.support.aas.Reference
-
-