Interface IAllowanceDefinition
-
- All Known Implementing Classes:
AllowanceUtils
public interface IAllowanceDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]ALLOWANCE_NAMESstatic int[]ALLOWANCE_VALUESstatic intAllowedConstant for value Allowed.static java.lang.StringAllowed_NAMEConstant for value name Allowed.static intRestrictedConstant for value Restricted.static java.lang.StringRestricted_NAMEConstant for value name Restricted.
-
-
-
Field Detail
-
Restricted
static final int Restricted
Constant for value Restricted.- See Also:
- Constant Field Values
-
Allowed
static final int Allowed
Constant for value Allowed.- See Also:
- Constant Field Values
-
Restricted_NAME
static final java.lang.String Restricted_NAME
Constant for value name Restricted.- See Also:
- Constant Field Values
-
Allowed_NAME
static final java.lang.String Allowed_NAME
Constant for value name Allowed.- See Also:
- Constant Field Values
-
ALLOWANCE_VALUES
static final int[] ALLOWANCE_VALUES
-
ALLOWANCE_NAMES
static final java.lang.String[] ALLOWANCE_NAMES
-
-