Class AnyType
The default implementation of the AnyType class
[XmlNamespace("http://www.eclipse.org/emf/2003/XMLType")]
[XmlNamespacePrefix("ecore.xml.type")]
[ModelRepresentationClass("http://www.eclipse.org/emf/2003/XMLType#//AnyType")]
public class AnyType : ModelElement, IAnyType, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
AnyType
- Implements
- Derived
- Inherited Members
Constructors
AnyType()
Creates a new instance
public AnyType()
Properties
AnyAttribute
The anyAttribute property
[XmlElementName("anyAttribute")]
[XmlAttribute(true)]
public IListExpression<object> AnyAttribute { get; }
Property Value
ClassInstance
Gets the Class model for this type
public static IClass ClassInstance { get; }
Property Value
Mixed
The mixed property
[XmlElementName("mixed")]
[XmlAttribute(true)]
public IListExpression<object> Mixed { get; }
Property Value
Methods
GetAttributeValue(string, int)
Resolves the given attribute name
protected override object GetAttributeValue(string attribute, int index)
Parameters
Returns
- object
The attribute value or null if it could not be found
GetClass()
Gets the Class for this model element
public override IClass GetClass()
Returns
GetCollectionForFeature(string)
Gets the Model element collection for the given feature
protected override IList GetCollectionForFeature(string feature)
Parameters
feature
stringThe requested feature
Returns
- IList
A non-generic list of elements