| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.model |
Definition of the internal meta-model that rules are written against.
|
| net.sourceforge.nrl.parser.model.uml2 |
A model implementation that provides an implementation over the UML2 model
classes.
|
| net.sourceforge.nrl.parser.model.xsd |
XML Schema model loader.
|
| Modifier and Type | Method and Description |
|---|---|
IModelElement.ElementType |
IModelElement.getElementType()
Return an enum indicating what type of element this is, to reduce the need to
sub-cast prematurely.
|
IModelElement.ElementType |
AbstractPackage.getElementType() |
static IModelElement.ElementType |
IModelElement.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IModelElement.ElementType[] |
IModelElement.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IModelElement.ElementType |
UML2DataType.getElementType() |
IModelElement.ElementType |
UML2Classifier.getElementType() |
| Modifier and Type | Method and Description |
|---|---|
IModelElement.ElementType |
XSDDataType.getElementType() |
IModelElement.ElementType |
XSDClassifier.getElementType() |
Copyright © 2006-2013. All Rights Reserved.