Package org.teamapps.dto
Class UiSizingPolicy
java.lang.Object
org.teamapps.dto.UiSizingPolicy
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiSizingPolicy(UiSizeType type) -
Method Summary
Modifier and TypeMethodDescriptionintgetType()floatgetValue()setMinAbsoluteSize(int minAbsoluteSize) setValue(float value) toString()
-
Field Details
-
type
-
value
protected float value -
minAbsoluteSize
protected int minAbsoluteSize
-
-
Constructor Details
-
UiSizingPolicy
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiSizingPolicy
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getType
-
getValue
public float getValue() -
getMinAbsoluteSize
public int getMinAbsoluteSize() -
setValue
-
setMinAbsoluteSize
-