Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss
Class IFeedAttribute.FeedString

java.lang.Object
  extended by com.esri.gpt.control.georss.IFeedAttribute.FeedString
All Implemented Interfaces:
IFeedAttribute
Enclosing interface:
IFeedAttribute

public static class IFeedAttribute.FeedString
extends Object
implements IFeedAttribute

String feed.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.esri.gpt.control.georss.IFeedAttribute
IFeedAttribute.Factory, IFeedAttribute.FeedDate, IFeedAttribute.FeedList, IFeedAttribute.FeedNull, IFeedAttribute.FeedNumber, IFeedAttribute.FeedString, IFeedAttribute.SumList
 
Constructor Summary
IFeedAttribute.FeedString(String value, int length)
           
 
Method Summary
 List<String> asList()
          As list.
 String getEsriType()
          Gets Esri type.
 int getLength()
          Gets attribute length.
 Object getValue()
          Gets value.
 boolean isEmpty()
          Checks if attribute is empty.
 String join(String separator)
          To flat string
 IFeedAttribute simplify()
          Simplifies attribute (if array).
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IFeedAttribute.FeedString

public IFeedAttribute.FeedString(String value,
                                 int length)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

join

public String join(String separator)
Description copied from interface: IFeedAttribute
To flat string

Specified by:
join in interface IFeedAttribute
Parameters:
separator - separator
Returns:
flat string

getValue

public Object getValue()
Description copied from interface: IFeedAttribute
Gets value.

Specified by:
getValue in interface IFeedAttribute
Returns:
value

getEsriType

public String getEsriType()
Description copied from interface: IFeedAttribute
Gets Esri type.

Specified by:
getEsriType in interface IFeedAttribute
Returns:
Esri type

getLength

public int getLength()
Description copied from interface: IFeedAttribute
Gets attribute length.

Specified by:
getLength in interface IFeedAttribute
Returns:
attribute length

simplify

public IFeedAttribute simplify()
Description copied from interface: IFeedAttribute
Simplifies attribute (if array).

Specified by:
simplify in interface IFeedAttribute
Returns:
attribute

asList

public List<String> asList()
Description copied from interface: IFeedAttribute
As list.

Specified by:
asList in interface IFeedAttribute
Returns:
list of values

isEmpty

public boolean isEmpty()
Description copied from interface: IFeedAttribute
Checks if attribute is empty.

Specified by:
isEmpty in interface IFeedAttribute
Returns:
true if value is empty

Esri Geoportal Server
1.2.9

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