public class UiPlugin extends MetadataWithContent
| Constructor and Description |
|---|
UiPlugin()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getExtensionPointIdentifier() |
boolean |
getIsEnabled() |
String |
getLanguage() |
String |
getMasterLabel() |
boolean |
isIsEnabled() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(String description) |
void |
setExtensionPointIdentifier(String extensionPointIdentifier) |
void |
setIsEnabled(boolean isEnabled) |
void |
setLanguage(String language) |
void |
setMasterLabel(String masterLabel) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getContent, setContentgetFullName, setFullNamepublic String getDescription()
public void setDescription(String description)
public String getExtensionPointIdentifier()
public void setExtensionPointIdentifier(String extensionPointIdentifier)
public boolean getIsEnabled()
public boolean isIsEnabled()
public void setIsEnabled(boolean isEnabled)
public String getLanguage()
public void setLanguage(String language)
public String getMasterLabel()
public void setMasterLabel(String masterLabel)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataWithContentIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataWithContentIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataWithContentIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataWithContentIOExceptionConnectionExceptionpublic String toString()
toString in class MetadataWithContentCopyright © 2015. All Rights Reserved.