Interface EmbeddedDataSpecification

  • All Known Implementing Classes:
    DefaultEmbeddedDataSpecification

    public interface EmbeddedDataSpecification
    Link to the included description of the 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.