Class ValidValueImplAssetElement

    • Constructor Detail

      • ValidValueImplAssetElement

        public ValidValueImplAssetElement()
        Default constructor
      • ValidValueImplAssetElement

        public ValidValueImplAssetElement​(ValidValueImplAssetElement template)
        Copy clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getReferenceDataAsset

        public ReferenceDataAssetElement getReferenceDataAsset()
        Returns the asset where the implementation of the valid value set is stored.
        Returns:
        properties of the asset
      • setReferenceDataAsset

        public void setReferenceDataAsset​(ReferenceDataAssetElement referenceDataAsset)
        Set up the asset where the implementation of the valid value set is stored.
        Parameters:
        referenceDataAsset - properties of the asset
      • getReferenceDataConnections

        public List<Connection> getReferenceDataConnections()
        Return the list of connections assigned to the reference data asset.
        Returns:
        Connection object
      • setReferenceDataConnections

        public void setReferenceDataConnections​(List<Connection> connections)
        Set up the list of connections assigned to the reference data asset.
        Parameters:
        connections - Connection object list
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ValidValuesImplProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison