Esri Geoportal Server
1.0

com.esri.gpt.control.georss
Enum RecordSnippetWriter.Target

java.lang.Object
  extended by java.lang.Enum<RecordSnippetWriter.Target>
      extended by com.esri.gpt.control.georss.RecordSnippetWriter.Target
All Implemented Interfaces:
Serializable, Comparable<RecordSnippetWriter.Target>
Enclosing class:
RecordSnippetWriter

public static enum RecordSnippetWriter.Target
extends 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

blank

public static final RecordSnippetWriter.Target blank
blank


parent

public static final RecordSnippetWriter.Target parent
parent


self

public static final RecordSnippetWriter.Target self
self


top

public static final RecordSnippetWriter.Target top
top

Method Detail

values

public static RecordSnippetWriter.Target[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RecordSnippetWriter.Target c : RecordSnippetWriter.Target.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RecordSnippetWriter.Target valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

checkValueOf

public static RecordSnippetWriter.Target checkValueOf(String value)
Checks value of the string.

Parameters:
value - value
Returns:
corresponding target or blank if value is invalid

toHtmlValue

public String toHtmlValue()
Returns HTML value of the target.

Returns:
HTML value of the target

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.