Class FakeReferenceElement
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.fakeAas.FakeElement
-
- test.de.iip_ecosphere.platform.support.fakeAas.FakeReferenceElement
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.Element,de.iip_ecosphere.platform.support.aas.HasDataSpecification,de.iip_ecosphere.platform.support.aas.HasKind,de.iip_ecosphere.platform.support.aas.HasSemantics,de.iip_ecosphere.platform.support.aas.Qualifiable,de.iip_ecosphere.platform.support.aas.Referable,de.iip_ecosphere.platform.support.aas.ReferenceElement,de.iip_ecosphere.platform.support.aas.SubmodelElement
public class FakeReferenceElement extends FakeElement implements de.iip_ecosphere.platform.support.aas.ReferenceElement
Implements a fake reference element holding a reference.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classFakeReferenceElement.FakeReferenceElementBuilder
-
Field Summary
Fields Modifier and Type Field Description private de.iip_ecosphere.platform.support.aas.Referencevalue
-
Constructor Summary
Constructors Modifier Constructor Description protectedFakeReferenceElement(java.lang.String idShort, de.iip_ecosphere.platform.support.aas.Reference value)Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(de.iip_ecosphere.platform.support.aas.AasVisitor visitor)de.iip_ecosphere.platform.support.aas.ReferencegetValue()-
Methods inherited from class test.de.iip_ecosphere.platform.support.fakeAas.FakeElement
getIdShort, update
-
-
-
-
Method Detail
-
accept
public void accept(de.iip_ecosphere.platform.support.aas.AasVisitor visitor)
- Specified by:
acceptin interfacede.iip_ecosphere.platform.support.aas.Element
-
getValue
public de.iip_ecosphere.platform.support.aas.Reference getValue()
- Specified by:
getValuein interfacede.iip_ecosphere.platform.support.aas.ReferenceElement
-
-