|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.dax.Profile
public class Profile
Profile Object for the DAX API
| Nested Class Summary | |
|---|---|
static class |
Profile.NAMESPACE
Supported NAMESPACES. |
| Field Summary | |
|---|---|
protected String |
mKey
Key of the profile |
protected String |
mNamespace
Namespace of the profile |
protected String |
mValue
Value of the profile |
| Constructor Summary | |
|---|---|
Profile(Profile.NAMESPACE namespace,
String key,
String value)
|
|
Profile(Profile p)
Copy constructor |
|
Profile(String namespace,
String key)
Create a new Profile object |
|
Profile(String namespace,
String key,
String value)
Create a new Profile object |
|
| Method Summary | |
|---|---|
Profile |
clone()
Create a copy of this Profile |
String |
getKey()
Get the key of this Profile |
String |
getNameSpace()
Get the namespace of this profile |
String |
getValue()
Get the value of this profile |
Profile |
setValue(String value)
Set the value of this Profile |
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 mNamespace
protected String mKey
protected String mValue
| Constructor Detail |
|---|
public Profile(String namespace,
String key)
namespace - key -
public Profile(String namespace,
String key,
String value)
namespace - key - value -
public Profile(Profile.NAMESPACE namespace,
String key,
String value)
namespace - key - value - public Profile(Profile p)
p - | Method Detail |
|---|
public String getKey()
public String getNameSpace()
public String getValue()
public Profile setValue(String value)
value -
public Profile clone()
clone in class Objectpublic 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 | |||||||||