com.sap.portal.feeds

Interface ICustomAttribute


public interface ICustomAttribute

Represents a custom attribute of a feed entry. A custom attribute has a key, display name, value and type (see ICustomAttribute.CustomAttributeType).


Nested Class Summary
static class ICustomAttribute.CustomAttributeType
          The supported types of custom attribute
 
Method Summary
 String getDisplayName()
          Returns the display name of this custom attribute according to the current user locale
 String getKey()
          Returns the key of this custom attribute.
 ICustomAttribute.CustomAttributeType getType()
          Returns the type of this custom attribute.
 Object getValue()
          Returns the value of this custom attribute.
 

Method Detail

getType

ICustomAttribute.CustomAttributeType getType()
Returns the type of this custom attribute.

Returns:
The type of this custom attribute

getValue

Object getValue()
Returns the value of this custom attribute.

Returns:
The value of this custom attribute

getDisplayName

String getDisplayName()
Returns the display name of this custom attribute according to the current user locale

Returns:
The display name of this custom attribute according to the current user locale

getKey

String getKey()
Returns the key of this custom attribute.

Returns:
The key of this custom attribute


Copyright 2013 SAP AG Complete Copyright Notice