|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.admin.ui.PropertyInfo
public class PropertyInfo
Field Summary | |
---|---|
static int |
EXPERIMENTAL_SCOPE
. |
static int |
PRIVATE_SCOPE
. |
static int |
PUBLIC_SCOPE
. |
static int |
READ_ONLY_ACCESS_MODE
. |
static int |
READ_WRITE_ACCESS_MODE
. |
Constructor Summary | |
---|---|
PropertyInfo(java.lang.String name,
LocalizedString displayName,
LocalizedString description,
java.lang.String type,
int accessMode,
int scope)
|
Method Summary | |
---|---|
int |
getAccessMode()
|
LocalizedString |
getDescription()
|
LocalizedString |
getDisplayName()
|
java.lang.String |
getName()
|
int |
getScope()
|
java.lang.String |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PUBLIC_SCOPE
public static final int PRIVATE_SCOPE
public static final int EXPERIMENTAL_SCOPE
public static final int READ_ONLY_ACCESS_MODE
public static final int READ_WRITE_ACCESS_MODE
Constructor Detail |
---|
public PropertyInfo(java.lang.String name, LocalizedString displayName, LocalizedString description, java.lang.String type, int accessMode, int scope)
Method Detail |
---|
public LocalizedString getDisplayName()
public LocalizedString getDescription()
public java.lang.String getName()
public int getAccessMode()
public java.lang.String getType()
public int getScope()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |