| Constructor and Description |
|---|
AuraDefinitionBundle()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getControllerContent() |
byte[] |
getDesignContent() |
byte[] |
getDocumentationContent() |
byte[] |
getHelperContent() |
byte[] |
getMarkup() |
byte[] |
getModelContent() |
byte[] |
getRendererContent() |
byte[] |
getStyleContent() |
byte[] |
getSVGContent() |
byte[] |
getTestsuiteContent() |
AuraBundleType |
getType() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setControllerContent(byte[] controllerContent) |
void |
setDesignContent(byte[] designContent) |
void |
setDocumentationContent(byte[] documentationContent) |
void |
setHelperContent(byte[] helperContent) |
void |
setMarkup(byte[] markup) |
void |
setModelContent(byte[] modelContent) |
void |
setRendererContent(byte[] rendererContent) |
void |
setStyleContent(byte[] styleContent) |
void |
setSVGContent(byte[] SVGContent) |
void |
setTestsuiteContent(byte[] testsuiteContent) |
void |
setType(AuraBundleType type) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic byte[] getSVGContent()
public void setSVGContent(byte[] SVGContent)
public byte[] getControllerContent()
public void setControllerContent(byte[] controllerContent)
public byte[] getDesignContent()
public void setDesignContent(byte[] designContent)
public byte[] getDocumentationContent()
public void setDocumentationContent(byte[] documentationContent)
public byte[] getHelperContent()
public void setHelperContent(byte[] helperContent)
public byte[] getMarkup()
public void setMarkup(byte[] markup)
public byte[] getModelContent()
public void setModelContent(byte[] modelContent)
public byte[] getRendererContent()
public void setRendererContent(byte[] rendererContent)
public byte[] getStyleContent()
public void setStyleContent(byte[] styleContent)
public byte[] getTestsuiteContent()
public void setTestsuiteContent(byte[] testsuiteContent)
public AuraBundleType getType()
public void setType(AuraBundleType type)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.