|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.schema.Component com.esri.gpt.catalog.schema.ContentValue
public class ContentValue
Stores a string value associated with a parameter's content.
Constructor Summary | |
---|---|
ContentValue()
Default constructor. |
|
ContentValue(ContentValue objectToDuplicate)
Construct by duplicating an existing object. |
|
ContentValue(String value)
Construct with a supplied value. |
Method Summary | |
---|---|
void |
clear()
Clears the value. |
void |
configure(CfgContext context,
Node node,
NamedNodeMap attributes)
Configures the object based upon a node loaded from a schema configuration XML. |
ContentValue |
duplicate()
Produces a deep clone of the object. |
void |
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer. |
String |
getValue()
Gets the associated value. |
void |
setValue(String value)
Sets the associated value. |
Methods inherited from class com.esri.gpt.catalog.schema.Component |
---|
getKey, setKey, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentValue()
public ContentValue(ContentValue objectToDuplicate)
objectToDuplicate
- the object to duplicatepublic ContentValue(String value)
value
- the valueMethod Detail |
---|
public String getValue()
public void setValue(String value)
value
- the valuepublic void clear()
public void configure(CfgContext context, Node node, NamedNodeMap attributes)
configure
in class Component
context
- the configuration contextnode
- the configuration nodeattributes
- the attributes of the configuration nodepublic ContentValue duplicate()
duplicate
in class Component
public void echo(StringBuffer sb)
echo
in class Component
sb
- the StringBuffer to use when appending information
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |