org.objectweb.speedo.metadata
Class SpeedoExtension
java.lang.Object
|
+--org.objectweb.speedo.metadata.SpeedoExtension
- public class SpeedoExtension
- extends java.lang.Object
The class corresponds to description of tag extension in XML files.
- Author:
- Y. Devaux
Method Summary |
java.lang.String |
toString()
Transforms a SpeedoExtension into a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
vendorName
public java.lang.String vendorName
- Vendor name.
key
public java.lang.String key
- Key.
value
public java.lang.String value
- Value.
jdoElement
public SpeedoElement jdoElement
- Description of the element containing this extension.
SpeedoExtension
public SpeedoExtension()
toString
public java.lang.String toString()
- Transforms a SpeedoExtension into a String.
- Overrides:
toString
in class java.lang.Object
- Returns:
- String corresponding to the SpeedoExtension.