public class FieldNames extends Object implements PMessage<FieldNames>, Serializable, Comparable<FieldNames>, android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldNames._Builder |
static class |
FieldNames._Field |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<FieldNames> |
CREATOR |
static PStructDescriptor<FieldNames,FieldNames._Field> |
kDescriptor |
| Constructor and Description |
|---|
FieldNames(int pLowercase,
int pCamelCase,
int pPascalCase,
int pCCase,
int pUPPERCASE,
int pMixedCase) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static FieldNames._Builder |
builder() |
int |
compareTo(FieldNames other) |
int |
describeContents() |
PStructDescriptor<FieldNames,FieldNames._Field> |
descriptor() |
boolean |
equals(Object o) |
Object |
get(int key) |
int |
getCamelCase() |
int |
getCCase() |
int |
getLowercase() |
int |
getMixedCase() |
int |
getPascalCase() |
int |
getUPPERCASE() |
boolean |
has(int key) |
boolean |
hasCamelCase() |
boolean |
hasCCase() |
int |
hashCode() |
boolean |
hasLowercase() |
boolean |
hasMixedCase() |
boolean |
hasPascalCase() |
boolean |
hasUPPERCASE() |
boolean |
isCompact() |
boolean |
isSimple() |
FieldNames._Builder |
mutate() |
int |
num(int key) |
static PStructDescriptorProvider<FieldNames,FieldNames._Field> |
provider() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final PStructDescriptor<FieldNames,FieldNames._Field> kDescriptor
public static final android.os.Parcelable.Creator<FieldNames> CREATOR
public FieldNames(int pLowercase,
int pCamelCase,
int pPascalCase,
int pCCase,
int pUPPERCASE,
int pMixedCase)
public boolean hasLowercase()
public int getLowercase()
public boolean hasCamelCase()
public int getCamelCase()
public boolean hasPascalCase()
public int getPascalCase()
public boolean hasCCase()
public int getCCase()
public boolean hasUPPERCASE()
public int getUPPERCASE()
public boolean hasMixedCase()
public int getMixedCase()
public boolean has(int key)
has in interface PMessage<FieldNames>public int num(int key)
num in interface PMessage<FieldNames>public Object get(int key)
get in interface PMessage<FieldNames>public boolean isCompact()
isCompact in interface PMessage<FieldNames>public boolean isSimple()
isSimple in interface PMessage<FieldNames>public String asString()
asString in interface PMessage<FieldNames>public int compareTo(FieldNames other)
compareTo in interface Comparable<FieldNames>public static PStructDescriptorProvider<FieldNames,FieldNames._Field> provider()
public PStructDescriptor<FieldNames,FieldNames._Field> descriptor()
descriptor in interface PMessage<FieldNames>descriptor in interface PValue<FieldNames>public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic FieldNames._Builder mutate()
mutate in interface PMessage<FieldNames>public static FieldNames._Builder builder()
Copyright © 2016. All rights reserved.