|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.dax.MetaData
public class MetaData
Metadata object for the DAX API
| Field Summary | |
|---|---|
protected String |
mKey
Metadata Key |
protected String |
mType
Metadata type |
protected String |
mValue
Metadata value |
| Constructor Summary | |
|---|---|
MetaData(MetaData m)
Copy constructor |
|
MetaData(String type,
String key)
Create a new Metadata object |
|
MetaData(String type,
String key,
String value)
Create a new Metadata object |
|
| Method Summary | |
|---|---|
MetaData |
clone()
Create a copy of this Metdata Object |
String |
getKey()
Get the key of this metadata object |
String |
getType()
Get the type of the metdata object |
String |
getValue()
Get the value of the metdata object |
MetaData |
setValue(String value)
Set the value of the metadata |
void |
toXML(XMLWriter writer)
|
void |
toXML(XMLWriter writer,
int indent)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String mKey
protected String mType
protected String mValue
| Constructor Detail |
|---|
public MetaData(MetaData m)
m -
public MetaData(String type,
String key)
type - key -
public MetaData(String type,
String key,
String value)
type - key - value - | Method Detail |
|---|
public MetaData clone()
clone in class Objectpublic MetaData setValue(String value)
value -
public String getKey()
public String getType()
public String getValue()
public void toXML(XMLWriter writer)
public void toXML(XMLWriter writer,
int indent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||