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