| |
|
| com.sun.portal.admin.common.AttributeInfo
AttributeInfo | public interface AttributeInfo (Code) | | Constants used by mbeans (and handlers) to build the attribute information
and then used by consumers like cli and console to format
and display appropriately.
|
LIST_NUMERIC | int LIST_NUMERIC(Code) | | |
LIST_STRING | int LIST_STRING(Code) | | |
MULTIPLE_CHOICE_NUMERIC | int MULTIPLE_CHOICE_NUMERIC(Code) | | |
MULTIPLE_CHOICE_STRING | int MULTIPLE_CHOICE_STRING(Code) | | |
READ_WRITE | int READ_WRITE(Code) | | read/write privilege of an attribute
|
SINGLE_BOOLEAN | int SINGLE_BOOLEAN(Code) | | |
SINGLE_CHOICE_NUMERIC | int SINGLE_CHOICE_NUMERIC(Code) | | |
SINGLE_CHOICE_STRING | int SINGLE_CHOICE_STRING(Code) | | |
SINGLE_NUMERIC | int SINGLE_NUMERIC(Code) | | |
SINGLE_STRING | int SINGLE_STRING(Code) | | |
UNKOWN_TYPE | int UNKOWN_TYPE(Code) | | type of an attribute
|
WRITE_ONLY | int WRITE_ONLY(Code) | | |
|
|
|