public class UnknownInstance extends java.lang.Object implements DesignInstance, Unknown
DesignInstance
that is Unknown
. This capturesConstructor 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()
DesignInstance
element
in interface DesignInstance
public java.lang.String toString()
toString
in class java.lang.Object
public Form detail()
DesignInstance
DesignAttributeProperty
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 DesignInstance
public ArooaContext getArooaContext()
DesignInstance
ArooaContext
associated with this instance.getArooaContext
in interface DesignInstance