Package io.adminshell.aas.v3.model
Interface EmbeddedDataSpecification
-
- All Known Implementing Classes:
DefaultEmbeddedDataSpecification
public interface EmbeddedDataSpecificationLink to the included description of the Data Specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferencegetDataSpecification()Global reference to the data specification template used by the element.DataSpecificationContentgetDataSpecificationContent()Property links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification.voidsetDataSpecification(Reference dataSpecification)Global reference to the data specification template used by the element.voidsetDataSpecificationContent(DataSpecificationContent dataSpecificationContent)Property links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification.
-
-
-
Method Detail
-
getDataSpecification
Reference getDataSpecification()
Global reference to the data specification template used by the element. Reference points to a Data Specification. Reference must point to a Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecification- Returns:
- Returns the Reference for the property dataSpecification.
-
setDataSpecification
void setDataSpecification(Reference dataSpecification)
Global reference to the data specification template used by the element. Reference points to a Data Specification. Reference must point to a Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecification- Parameters:
dataSpecification- desired value for the property dataSpecification.
-
getDataSpecificationContent
DataSpecificationContent getDataSpecificationContent()
Property links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecificationContent- Returns:
- Returns the DataSpecificationContent for the property dataSpecificationContent.
-
setDataSpecificationContent
void setDataSpecificationContent(DataSpecificationContent dataSpecificationContent)
Property links to a Data Specification Content, which contains the formalized definitions specifying this Data Specification. More information under https://admin-shell.io/aas/3/0/RC01/EmbeddedDataSpecification/dataSpecificationContent- Parameters:
dataSpecificationContent- desired value for the property dataSpecificationContent.
-
-