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:
Generated class or method.
EMF model class or method.
  • Method Details

    • getXmlString

      String getXmlString()
      Returns the value of the 'Xml String' attribute.
      Returns:
      the value of the 'Xml String' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
    • 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:
      Generated class or method.