public interface IItemPercField
IItemPerc
item.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADD_TO_ITEMAMOUNT |
static java.lang.String |
CHILD |
static java.lang.String |
FIXED
Indicates whether
VALUE represents a fixed number,
or a rate that must be applied to the value of the item. |
static java.lang.String |
ID |
static java.lang.String |
OPERATE_ON_BASE |
static java.lang.String |
ORDER |
static java.lang.String |
PARENT |
static java.lang.String |
PERCENTAGE_TYPE |
static java.lang.String |
VALUE
Holds a number representing either a fixed number
or a rate that is applied on the amount of the item.
|
static final java.lang.String ADD_TO_ITEMAMOUNT
static final java.lang.String CHILD
static final java.lang.String FIXED
VALUE
represents a fixed number,
or a rate that must be applied to the value of the item.static final java.lang.String ID
static final java.lang.String OPERATE_ON_BASE
static final java.lang.String ORDER
static final java.lang.String PARENT
static final java.lang.String PERCENTAGE_TYPE
static final java.lang.String VALUE