|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.discovery.DiscoveryComponent
com.esri.gpt.catalog.discovery.DcElement
public class DcElement
Contains basic information for a Dublin Core element.
| Constructor Summary | |
|---|---|
DcElement(String elementName)
Constructs with a supplied element name. |
|
| Method Summary | |
|---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
StringSet |
getAliases()
Gets the aliased names recognized by the client. |
String |
getElementName()
Gets the element name. |
String |
getScheme()
Gets the scheme attribute value associated with the element. |
void |
setElementName(String elementName)
Sets the element name. |
void |
setScheme(String scheme)
Sets the scheme attribute value associated with the element. |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DcElement(String elementName)
elementName - the element name| Method Detail |
|---|
public StringSet getAliases()
public String getElementName()
public void setElementName(String elementName)
elementName - the element namepublic String getScheme()
public void setScheme(String scheme)
scheme - the scheme attribute valuepublic void echo(StringBuffer sb)
echo in class DiscoveryComponentsb - the buffer to use when appending information
public void echo(StringBuffer sb,
int depth)
sb - the buffer to use when appending informationdepth - the depth of the parent clause
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||