ModeShape Distribution 3.0.0.Beta4

org.modeshape.sequencer.teiid.xmi
Interface XmiPart

All Known Subinterfaces:
XmiDescendent
All Known Implementing Classes:
XmiAttribute, XmiBasePart, XmiElement

public interface XmiPart

Each XMI part has a name and may have a namepspace URI and prefix.


Method Summary
 String getName()
           
 String getNamespacePrefix()
           
 String getNamespaceUri()
           
 String getQName()
           
 String getValue()
           
 

Method Detail

getName

String getName()
Returns:
the XMI part name (never null or empty)

getQName

String getQName()
Returns:
the namespace prefixed XMI part name (never null or empty)

getNamespacePrefix

String getNamespacePrefix()
Returns:
the namespace prefix (can be null or empty)

getNamespaceUri

String getNamespaceUri()
Returns:
the namespace URI (can be null or empty)

getValue

String getValue()
Returns:
the value (can be null or empty)

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.