public class UnknownInstance extends java.lang.Object implements DesignInstance, Unknown
DesignInstance that is Unknown. This captures| Constructor and Description |
|---|
UnknownInstance(ArooaElement element,
ArooaContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
Form |
detail()
The method is overridden by sub classes which have a detailed
definition for their configuration.
|
ArooaElement |
element()
Required for producing the XML.
|
ArooaContext |
getArooaContext()
Get the
ArooaContext associated with this instance. |
java.lang.String |
getXml() |
void |
setXml(java.lang.String xml) |
java.lang.String |
toString() |
public UnknownInstance(ArooaElement element, ArooaContext parentContext)
public ArooaElement element()
DesignInstanceelement in interface DesignInstancepublic java.lang.String toString()
toString in class java.lang.Objectpublic Form detail()
DesignInstanceDesignAttributeProperty which
hasn't got detail this method should never be called, and as such
it should throw a RuntimeException if it is.detail in interface DesignInstancepublic ArooaContext getArooaContext()
DesignInstanceArooaContext associated with this instance.getArooaContext in interface DesignInstance