public class ShorthandNames
extends java.lang.Object
| Constructor and Description |
|---|
ShorthandNames() |
| Modifier and Type | Method and Description |
|---|---|
int |
get() |
int |
getCamelCase() |
int |
getLower() |
int |
getUPper() |
int |
getUPPER() |
int |
getX() |
boolean |
is() |
boolean |
isCamelCaseBool() |
boolean |
isLowerbool() |
boolean |
isUPperBool() |
boolean |
isUPPERBOOL() |
void |
set(int fake) |
void |
setCamelCase(int cameCase) |
void |
setCamelCaseBool(boolean camelCaseBool) |
void |
setLower(int lower) |
void |
setLowerbool(boolean lowerbool) |
void |
setUPper(int UPper) |
void |
setUPPER(int uPPER) |
void |
setUPperBool(boolean UPperBool) |
void |
setUPPERBOOL(boolean uPPERBOOL) |
void |
setX(int x) |
public int get()
public void set(int fake)
public boolean is()
public int getUPPER()
public void setUPPER(int uPPER)
public int getLower()
public void setLower(int lower)
public int getCamelCase()
public void setCamelCase(int cameCase)
public int getUPper()
public void setUPper(int UPper)
public int getX()
public void setX(int x)
public boolean isUPPERBOOL()
public void setUPPERBOOL(boolean uPPERBOOL)
public boolean isLowerbool()
public void setLowerbool(boolean lowerbool)
public boolean isCamelCaseBool()
public void setCamelCaseBool(boolean camelCaseBool)
public boolean isUPperBool()
public void setUPperBool(boolean UPperBool)