|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.xmi.XMIOutputConfig
Configuration class for objects producing XMI as output (e.g. XMIWriter
).
Constructor Summary | |
XMIOutputConfig()
|
Method Summary | |
abstract String |
getEncoding()
Returns an encoding to be used by writer/producer to generate XMI documents. |
abstract XMIReferenceProvider |
getReferenceProvider()
Returns a reference provider to be used by writer/producer to generate XMI IDs and determine target document for a given object. |
abstract void |
setEncoding(String encoding)
Sets an encoding to be used by XMI writer/producer to generate XMI documents. |
abstract void |
setReferenceProvider(XMIReferenceProvider provider)
Sets a reference provider to be used by XMI writer/producer to generate XMI IDs and determine target document for a given object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMIOutputConfig()
Method Detail |
public abstract void setReferenceProvider(XMIReferenceProvider provider)
null
is passed,
the default reference provider will be used.
For immutable configurations this method throws
UnsupportedOperationException
.
provider
- Reference provider to be used.public abstract XMIReferenceProvider getReferenceProvider()
null
for a configuration associated with a writer/producer. Otherwise
null
means that the default reference provider will be used.
null
.public abstract void setEncoding(String encoding)
null
is passed, the default encoding will be used.
For immutable configurations this method throws
UnsupportedOperationException
.
encoding
- to be used.public abstract String getEncoding()
null
for a configuration associated
with a writer/producer. Otherwise null
means that the default
encoding will be used.
null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |