Uses of Class
com.google.code.linkedinapi.client.enumeration.PositionsField

Packages that use PositionsField
com.google.code.linkedinapi.client.enumeration   
 

Uses of PositionsField in com.google.code.linkedinapi.client.enumeration
 

Fields in com.google.code.linkedinapi.client.enumeration with type parameters of type PositionsField
private static java.util.Map<java.lang.String,PositionsField> PositionsField.stringToEnum
          Field Description.
 

Methods in com.google.code.linkedinapi.client.enumeration that return PositionsField
static PositionsField PositionsField.fromString(java.lang.String symbol)
           
static PositionsField PositionsField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PositionsField[] PositionsField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.