public class ConfigurationElementImpl extends GEObjectImpl implements ConfigurationElement
Warning: The ConfigurationElementImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
ConfigurationElementImpl()
Create a new instance of ConfigurationElementImpl.
|
ConfigurationElementImpl(boolean initWithDefaultValues)
Create a new instanceof
|
ConfigurationElementImpl(java.lang.String name)
Create a new instance of ConfigurationElementImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
java.lang.String |
getName()
Get the value of the name attribute.
|
java.lang.String |
getValue()
Get the value of the value attribute.
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetValue()
Determine if the value attribute is set
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setValue(java.lang.String aValue)
Set the value attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParentpublic ConfigurationElementImpl()
public ConfigurationElementImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public ConfigurationElementImpl(java.lang.String name)
public boolean isSetName()
isSetName in interface ConfigurationElementtrue if the name attribute is setpublic void setName(java.lang.String aName)
setName in interface ConfigurationElementsetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
getName in interface ConfigurationElementgetName in interface GEObjectgetName in class GEObjectImplpublic boolean isSetValue()
isSetValue in interface ConfigurationElementtrue if the value attribute is setpublic void setValue(java.lang.String aValue)
setValue in interface ConfigurationElementaValue - the new value for the value attributepublic java.lang.String getValue()
getValue in interface ConfigurationElementpublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dump()
dump in interface ConfigurationElementCopyright © 2007 Sun Microsystems, Inc. All rights reserved.