public enum CaseSubjectParticleType extends java.lang.Enum<CaseSubjectParticleType>
| Enum Constant and Description |
|---|
ColonSeparator
Enumeration : ColonSeparator
|
Content
Enumeration : Content
|
HyphenSeparator
Enumeration : HyphenSeparator
|
MessageType
Enumeration : MessageType
|
PipeSeparator
Enumeration : PipeSeparator
|
ProvidedString
Enumeration : ProvidedString
|
RealName
Enumeration : RealName
|
Sentiment
Enumeration : Sentiment
|
SocialHandle
Enumeration : SocialHandle
|
SocialNetwork
Enumeration : SocialNetwork
|
Source
Enumeration : Source
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static CaseSubjectParticleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CaseSubjectParticleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaseSubjectParticleType ProvidedString
public static final CaseSubjectParticleType Source
public static final CaseSubjectParticleType MessageType
public static final CaseSubjectParticleType SocialHandle
public static final CaseSubjectParticleType SocialNetwork
public static final CaseSubjectParticleType Sentiment
public static final CaseSubjectParticleType RealName
public static final CaseSubjectParticleType Content
public static final CaseSubjectParticleType PipeSeparator
public static final CaseSubjectParticleType ColonSeparator
public static final CaseSubjectParticleType HyphenSeparator
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static CaseSubjectParticleType[] values()
for (CaseSubjectParticleType c : CaseSubjectParticleType.values()) System.out.println(c);
public static CaseSubjectParticleType 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<CaseSubjectParticleType>Copyright © 2020. All Rights Reserved.