Class 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.Reference
    Implements 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.IReference reference  
    • 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.IReference getReference()
      Returns the BaSyx reference.
      boolean hasReference()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • reference

        private org.eclipse.basyx.submodel.metamodel.api.reference.IReference reference
    • Constructor Detail

      • BaSyxReference

        public BaSyxReference​(org.eclipse.basyx.submodel.metamodel.api.reference.IReference reference)
        Creates an instance.
        Parameters:
        reference - the BaSyx reference
    • 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:
        toString in class java.lang.Object
      • hasReference

        public boolean hasReference()
        Specified by:
        hasReference in interface de.iip_ecosphere.platform.support.aas.Reference