|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FacetField>
com.google.code.linkedinapi.client.enumeration.FacetField
public enum FacetField
Enum Constant Summary | |
---|---|
BUCKET_CODE
The machine processable value for the bucket. |
|
BUCKET_COUNT
The number of results inside the bucket. |
|
BUCKET_NAME
A human readable name for the facet bucket. |
|
BUCKET_SELECTED
If this bucket's results are included in your search query. |
|
BUCKETS
The facet bucket values for the facet. |
|
CODE
The machine processable value for the facet. |
|
NAME
A human readable name for the facet. |
Field Summary | |
---|---|
private java.lang.String |
fieldName
Field description |
private FacetField |
parent
Field description |
private static java.util.Map<java.lang.String,FacetField> |
stringToEnum
Field Description. |
Method Summary | |
---|---|
java.lang.String |
fieldName()
|
static FacetField |
fromString(java.lang.String symbol)
|
FacetField |
parent()
Parent. |
java.lang.String |
toString()
Method description |
static FacetField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FacetField[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FacetField NAME
public static final FacetField CODE
public static final FacetField BUCKETS
public static final FacetField BUCKET_NAME
public static final FacetField BUCKET_CODE
public static final FacetField BUCKET_COUNT
public static final FacetField BUCKET_SELECTED
Field Detail |
---|
private static final java.util.Map<java.lang.String,FacetField> stringToEnum
private final java.lang.String fieldName
private final FacetField parent
Method Detail |
---|
public static FacetField[] values()
for (FacetField c : FacetField.values()) System.out.println(c);
public static FacetField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String fieldName()
fieldName
in interface FieldEnum
public java.lang.String toString()
toString
in class java.lang.Enum<FacetField>
public static FacetField fromString(java.lang.String symbol)
public FacetField parent()
CompositeEnum
parent
in interface CompositeEnum<FacetField>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |