com.google.gdata.data.appsforyourdomain.migration
Class Label
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.appsforyourdomain.migration.Label
- All Implemented Interfaces:
- Extension
public class Label
- extends ExtensionPoint
- implements Extension
Google Apps name space element: <apps:label>
. Used to model the
labels that should be supplied after a migrated message is inserted into
GMail
Constructor Summary |
Label()
|
Label(java.lang.String labelName)
|
Methods inherited from class com.google.gdata.data.ExtensionPoint |
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
EXTENSION_LOCAL_NAME
public static final java.lang.String EXTENSION_LOCAL_NAME
- See Also:
- Constant Field Values
ATTRIBUTE_LABEL_NAME
public static final java.lang.String ATTRIBUTE_LABEL_NAME
- See Also:
- Constant Field Values
Label
public Label()
Label
public Label(java.lang.String labelName)
getLabelName
public java.lang.String getLabelName()
- Returns:
- the label name
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
getDefaultDescription
public static ExtensionDescription getDefaultDescription()
- Returns:
- Description of this extension
generate
public void generate(XmlWriter w,
ExtensionProfile extensionProfile)
throws java.io.IOException
- Description copied from interface:
Extension
- Generates an XML representation for the extension.
- Specified by:
generate
in interface Extension
- Overrides:
generate
in class AbstractExtension
- Parameters:
w
- XML writerextensionProfile
- extension profile
- Throws:
java.io.IOException
getHandler
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
- Description copied from class:
AbstractExtension
- The default implementation uses the
AttributesHandler
to handle
parsing the extension.
- Specified by:
getHandler
in interface Extension
- Overrides:
getHandler
in class ExtensionPoint
- Parameters:
extProfile
- extension profilenamespace
- extension namespacelocalName
- tag name, without the namespace prefixattrs
- tag attributes
- Returns:
- an element handler