Interface ILiteralString
The public interface for LiteralString
[DefaultImplementationType(typeof(LiteralString))]
[XmlDefaultImplementationType(typeof(LiteralString))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//LiteralString")]
public interface ILiteralString : ILiteralSpecification, IValueSpecification, ITypedElement, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Value
The specified String value. <p>From package UML::Values.</p>
[XmlElementName("value")]
[XmlAttribute(true)]
string Value { get; set; }