Class PrimitiveValue
-
- All Implemented Interfaces:
-
pro.fessional.wings.testing.silencer.data.DefaultData
public class PrimitiveValue implements DefaultData<T>
- Since:
2024-06-05
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static floatFloatPippublic final static floatFloatPinpublic final static doubleDoublePippublic final static doubleDoublePinpublic bytebyteMinpublic bytebyteMaxpublic charcharMinpublic charcharMaxpublic shortshortMinpublic shortshortMaxpublic intintMinpublic intintMaxpublic longlongMinpublic longlongMaxpublic floatfloatPippublic floatfloatPinpublic doubledoublePippublic doubledoublePin
-
Constructor Summary
Constructors Constructor Description PrimitiveValue()
-
Method Summary
Modifier and Type Method Description bytegetByteMin()voidsetByteMin(byte byteMin)bytegetByteMax()voidsetByteMax(byte byteMax)chargetCharMin()voidsetCharMin(char charMin)chargetCharMax()voidsetCharMax(char charMax)shortgetShortMin()voidsetShortMin(short shortMin)shortgetShortMax()voidsetShortMax(short shortMax)intgetIntMin()voidsetIntMin(int intMin)intgetIntMax()voidsetIntMax(int intMax)longgetLongMin()voidsetLongMin(long longMin)longgetLongMax()voidsetLongMax(long longMax)floatgetFloatPip()voidsetFloatPip(float floatPip)floatgetFloatPin()voidsetFloatPin(float floatPin)doublegetDoublePip()voidsetDoublePip(double doublePip)doublegetDoublePin()voidsetDoublePin(double doublePin)PrimitiveValuedefaults()booleanisBoolFalse()booleanisBoolTrue()booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetBoolFalse(boolean boolFalse)voidsetBoolTrue(boolean boolTrue)-
-
Method Detail
-
getByteMin
byte getByteMin()
-
setByteMin
void setByteMin(byte byteMin)
-
getByteMax
byte getByteMax()
-
setByteMax
void setByteMax(byte byteMax)
-
getCharMin
char getCharMin()
-
setCharMin
void setCharMin(char charMin)
-
getCharMax
char getCharMax()
-
setCharMax
void setCharMax(char charMax)
-
getShortMin
short getShortMin()
-
setShortMin
void setShortMin(short shortMin)
-
getShortMax
short getShortMax()
-
setShortMax
void setShortMax(short shortMax)
-
getIntMin
int getIntMin()
-
setIntMin
void setIntMin(int intMin)
-
getIntMax
int getIntMax()
-
setIntMax
void setIntMax(int intMax)
-
getLongMin
long getLongMin()
-
setLongMin
void setLongMin(long longMin)
-
getLongMax
long getLongMax()
-
setLongMax
void setLongMax(long longMax)
-
getFloatPip
float getFloatPip()
-
setFloatPip
void setFloatPip(float floatPip)
-
getFloatPin
float getFloatPin()
-
setFloatPin
void setFloatPin(float floatPin)
-
getDoublePip
double getDoublePip()
-
setDoublePip
void setDoublePip(double doublePip)
-
getDoublePin
double getDoublePin()
-
setDoublePin
void setDoublePin(double doublePin)
-
defaults
PrimitiveValue defaults()
-
isBoolFalse
boolean isBoolFalse()
-
isBoolTrue
boolean isBoolTrue()
-
hashCode
int hashCode()
-
setBoolFalse
void setBoolFalse(boolean boolFalse)
-
setBoolTrue
void setBoolTrue(boolean boolTrue)
-
-
-
-