|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.cea.CeaConfig
public class CeaConfig
Class which defines schema-specific details of a CEA configuration file
to be written by a CeaWriter
object.
Constructor Summary | |
---|---|
CeaConfig(ElementDeclaration interfacesEl,
ElementDeclaration parametersEl,
ElementDeclaration parameterEl)
Constructor. |
Method Summary | |
---|---|
ElementDeclaration |
getInterfacesElement()
Returns declaration to use for the Interfaces element. |
ElementDeclaration |
getParameterElement()
Returns declaration to use for the Parameter element. |
ElementDeclaration |
getParametersElement()
Returns declaration to use for the Parameters element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CeaConfig(ElementDeclaration interfacesEl, ElementDeclaration parametersEl, ElementDeclaration parameterEl)
interfacesEl
- declaration for Interfaces elementparametersEl
- declaration for Parameters elementparameterEl
- declaration for Parameter elementMethod Detail |
---|
public ElementDeclaration getInterfacesElement()
public ElementDeclaration getParametersElement()
public ElementDeclaration getParameterElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |