Interface XMLAttribute

  • All Superinterfaces:
    Attribute, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
    All Known Implementing Classes:
    XMLAttributeImpl

    public interface XMLAttribute
    extends Attribute
    A representation of the model object 'XML Attribute'.

    The following features are supported:

    See Also:
    SystemcontextPackage.getXMLAttribute()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setXmlString

        void setXmlString​(String value)
        Sets the value of the 'Xml String' attribute.
        Parameters:
        value - the new value of the 'Xml String' attribute.
        See Also:
        getXmlString()
        Generated class or method.