|
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
public abstract class Component
Super-class for a configurable component associated with a metadata schema.
Constructor Summary | |
---|---|
Component()
Default constructor. |
|
Component(Component objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
configure(CfgContext context,
Node node,
NamedNodeMap attributes)
Configures the object based upon a node loaded from a schema configuration XML. |
abstract Component |
duplicate()
Produces a deep clone of the object. |
void |
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer. |
String |
getKey()
Gets the key. |
void |
setKey(String key)
Sets the key. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Component()
public Component(Component objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public String getKey()
public void setKey(String key)
key
- the keypublic void configure(CfgContext context, Node node, NamedNodeMap attributes)
context
- the configuration contextnode
- the configuration nodeattributes
- the attributes of the configuration nodepublic abstract Component duplicate()
public void echo(StringBuffer sb)
sb
- the StringBuffer to use when appending informationpublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |