public final enum

ProficiencyLevelType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.code.linkedinapi.schema.ProficiencyLevelType

Class Overview

Java class for null.

The following schema fragment specifies the expected content contained within this class.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="elementary"/>
     <enumeration value="limited_working"/>
     <enumeration value="professional_working"/>
     <enumeration value="full_professional"/>
     <enumeration value="native_or_bilingual"/>
     <enumeration value="beginner"/>
     <enumeration value="intermediate"/>
     <enumeration value="advanced"/>
     <enumeration value="expert"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ProficiencyLevelType  ADVANCED   
ProficiencyLevelType  BEGINNER   
ProficiencyLevelType  ELEMENTARY   
ProficiencyLevelType  EXPERT   
ProficiencyLevelType  FULL_PROFESSIONAL   
ProficiencyLevelType  INTERMEDIATE   
ProficiencyLevelType  LIMITED_WORKING   
ProficiencyLevelType  NATIVE_BILINGUAL   
ProficiencyLevelType  PROFESSIONAL_WORKING   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ProficiencyLevelType fromValue(String v)
String value()
static ProficiencyLevelType valueOf(String name)
final static ProficiencyLevelType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ProficiencyLevelType ADVANCED

public static final ProficiencyLevelType BEGINNER

public static final ProficiencyLevelType ELEMENTARY

public static final ProficiencyLevelType EXPERT

public static final ProficiencyLevelType FULL_PROFESSIONAL

public static final ProficiencyLevelType INTERMEDIATE

public static final ProficiencyLevelType LIMITED_WORKING

public static final ProficiencyLevelType NATIVE_BILINGUAL

public static final ProficiencyLevelType PROFESSIONAL_WORKING

Fields

private final String value

Public Methods

public static ProficiencyLevelType fromValue (String v)

Parameters
v

public String value ()

public static ProficiencyLevelType valueOf (String name)

Parameters
name

public static final ProficiencyLevelType[] values ()