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

Field Summary
 SpeedoElement jdoElement
          Description of the element containing this extension.
 java.lang.String key
          Key.
 java.lang.String value
          Value.
 java.lang.String vendorName
          Vendor name.
 
Constructor Summary
SpeedoExtension()
           
 
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
 

Field Detail

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.
Constructor Detail

SpeedoExtension

public SpeedoExtension()
Method Detail

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.