Package com.basis.api.admin
Interface BBjAdminProperty
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Comparable<BBjAdminProperty>
,Remote
Contains the definition and value for a single property. The definition tells
the client what the property should look like if used in a property sheet, the
types of values it can take, and the value it is set to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final String
static final int
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
getValue()
boolean
void
setType
(BBjAdminType p_type) void
setValidValues
(BBjAdminList<BBjAdminValue> p_validValues) void
setValue
(Serializable p_value) void
setValueChanged
(boolean p_changed) Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
CHOOSER_NONE
static final int CHOOSER_NONE- See Also:
-
CHOOSER_FILE
static final int CHOOSER_FILE- See Also:
-
CHOOSER_DIRECTORY
static final int CHOOSER_DIRECTORY- See Also:
-
CHOOSER_USER
static final int CHOOSER_USER- See Also:
-
CHOOSER_PASSWORD
static final int CHOOSER_PASSWORD- See Also:
-
CHOOSER_UPPER_CASE
static final int CHOOSER_UPPER_CASE- See Also:
-
CHOOSER_LIST
static final int CHOOSER_LIST- See Also:
-
CHOOSER_NO_SPACES
static final int CHOOSER_NO_SPACES- See Also:
-
CHOOSER_ALPHA_NUMERIC
static final int CHOOSER_ALPHA_NUMERIC- See Also:
-
CHOOSER_ALPHA_NUMERIC_UNDERSCORE
static final int CHOOSER_ALPHA_NUMERIC_UNDERSCORE- See Also:
-
CHOOSER_ALPHA_NUMERIC_HYPHEN
static final int CHOOSER_ALPHA_NUMERIC_HYPHEN- See Also:
-
CATEGORY
- See Also:
-
CHOOSER_TYPE
- See Also:
-
DESCRIPTION
- See Also:
-
DISPLAY_NAME
- See Also:
-
NAME
- See Also:
-
NULLABLE
- See Also:
-
READ_ONLY
- See Also:
-
REQUIRES_RESTART
- See Also:
-
MAX_VALUE_COUNT
- See Also:
-
DYNAMIC_VALID_VALUES
- See Also:
-
REGEX
- See Also:
-
HELP_URL
- See Also:
-
REGEX_FILTER_METHOD_NAME
- See Also:
-
-
Method Details
-
getType
BBjAdminType getType() -
setType
-
getValidValues
BBjAdminList<BBjAdminValue> getValidValues() -
setValidValues
-
getValue
Serializable getValue() -
setValue
-
setValueChanged
void setValueChanged(boolean p_changed) -
hasValueChanged
boolean hasValueChanged()
-