net.sourceforge.nrl.parser.model.uml2
Interface IUML2UserData
public interface IUML2UserData
Additional user data keys that will be attached to the model elements, packages or
attributes by the UML2 loader. See the constants below for definitions.
Field Summary |
static String |
UML2_ELEMENT
The underlying UML2 element attached to the attribute, classifier, data type or
package. |
UML2_ELEMENT
static final String UML2_ELEMENT
- The underlying UML2 element attached to the attribute, classifier, data type or
package. The type will depend on what is being queried, but will always be
a
NamedElement
and never null.
- See Also:
- Constant Field Values
Copyright © 2006-2013. All Rights Reserved.