|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RecordSnippetWriter.Target>
com.esri.gpt.control.georss.RecordSnippetWriter.Target
public static enum RecordSnippetWriter.Target
links target
| Enum Constant Summary | |
|---|---|
blank
blank |
|
parent
parent |
|
self
self |
|
top
top |
|
| Method Summary | |
|---|---|
static RecordSnippetWriter.Target |
checkValueOf(String value)
Checks value of the string. |
String |
toHtmlValue()
Returns HTML value of the target. |
static RecordSnippetWriter.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RecordSnippetWriter.Target[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RecordSnippetWriter.Target blank
public static final RecordSnippetWriter.Target parent
public static final RecordSnippetWriter.Target self
public static final RecordSnippetWriter.Target top
| Method Detail |
|---|
public static RecordSnippetWriter.Target[] values()
for (RecordSnippetWriter.Target c : RecordSnippetWriter.Target.values()) System.out.println(c);
public static RecordSnippetWriter.Target valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static RecordSnippetWriter.Target checkValueOf(String value)
value - value
blank if value is invalidpublic String toHtmlValue()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||