Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss
Interface IFeedAttribute

All Known Implementing Classes:
IFeedAttribute.FeedDate, IFeedAttribute.FeedList, IFeedAttribute.FeedNull, IFeedAttribute.FeedNumber, IFeedAttribute.FeedString, IFeedAttribute.SumList

public interface IFeedAttribute

Feed attribute.


Nested Class Summary
static class IFeedAttribute.Factory
          Feed attribute factory.
static class IFeedAttribute.FeedDate
          Date feed.
static class IFeedAttribute.FeedList
          List feed.
static class IFeedAttribute.FeedNull
          Null feed.
static class IFeedAttribute.FeedNumber
          Number feed.
static class IFeedAttribute.FeedString
          String feed.
static class IFeedAttribute.SumList
           
 
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).
 

Method Detail

getValue

Object getValue()
Gets value.

Returns:
value

getEsriType

String getEsriType()
Gets Esri type.

Returns:
Esri type

getLength

int getLength()
Gets attribute length.

Returns:
attribute length

simplify

IFeedAttribute simplify()
Simplifies attribute (if array).

Returns:
attribute

asList

List<String> asList()
As list.

Returns:
list of values

join

String join(String separator)
To flat string

Parameters:
separator - separator
Returns:
flat string

isEmpty

boolean isEmpty()
Checks if attribute is empty.

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.