Package testdata
Class ShorthandNames
- java.lang.Object
-
- testdata.ShorthandNames
-
public class ShorthandNames extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShorthandNames()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intget()intgetCamelCase()intgetLower()intgetUPper()intgetUPPER()intgetX()booleanis()booleanisCamelCaseBool()booleanisLowerbool()booleanisUPperBool()booleanisUPPERBOOL()voidset(int fake)voidsetCamelCase(int cameCase)voidsetCamelCaseBool(boolean camelCaseBool)voidsetLower(int lower)voidsetLowerbool(boolean lowerbool)voidsetUPper(int UPper)voidsetUPPER(int uPPER)voidsetUPperBool(boolean UPperBool)voidsetUPPERBOOL(boolean uPPERBOOL)voidsetX(int x)
-
-
-
Method Detail
-
get
public int get()
-
set
public void set(int fake)
-
is
public boolean is()
-
getUPPER
public int getUPPER()
-
setUPPER
public void setUPPER(int uPPER)
-
getLower
public int getLower()
-
setLower
public void setLower(int lower)
-
getCamelCase
public int getCamelCase()
-
setCamelCase
public void setCamelCase(int cameCase)
-
getUPper
public int getUPper()
-
setUPper
public void setUPper(int UPper)
-
getX
public int getX()
-
setX
public void setX(int x)
-
isUPPERBOOL
public boolean isUPPERBOOL()
-
setUPPERBOOL
public void setUPPERBOOL(boolean uPPERBOOL)
-
isLowerbool
public boolean isLowerbool()
-
setLowerbool
public void setLowerbool(boolean lowerbool)
-
isCamelCaseBool
public boolean isCamelCaseBool()
-
setCamelCaseBool
public void setCamelCaseBool(boolean camelCaseBool)
-
isUPperBool
public boolean isUPperBool()
-
setUPperBool
public void setUPperBool(boolean UPperBool)
-
-