StaticList

The StaticList interface represents a Static List attached to a field. A Static List provides a means of displaying a fixed list of language-dependent items.

Further documentation.

FieldList Functions

getDisplayValue StaticList.getDisplayValue( returnValue , formatted ) Returns the display value from the list that corresponds to the return value represented by returnValue, optionally formatted for the user's locale.
getDisplayValues StaticList.getDisplayValues( formatted ) Returns an array of display values for the list, optionally formatted for the user's locale.
getReturnValue StaticList.getReturnValue( displayValue ) Returns the return value from the list that corresponds to the display value represented by displayValue.
getItems StaticList.getItems( ) Returns an iterator that can be used to traverse all list items