|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.beanconsole.BeanDef
public class BeanDef
This bean represents a definition of an object or a property
Field Summary | |
---|---|
protected String |
access
Object's or property's acess type |
protected String |
desc
Object's or property's description |
protected boolean |
followable
Does the object or property contain the reference that can be followed |
static int |
MAX_TYPE_SIZE
Max type size |
static int |
MAX_VALUE_SIZE
Max value size |
protected String |
name
Object's or property's name |
static String |
NO_ACCESS
Constant describing no access |
static String |
RO
Constant describing read only access through bean info |
static String |
RO_RAW
Constant describing read only access through reflection (no property editors for the type) |
static String |
RW
Constant describing read/write access through bean info |
static String |
RW_RAW
Constant describing read/write access through reflection (no property editors for the type) |
protected String |
shortType
Object's or property's type shortened to the MAX_TYPE_SIZE characters |
protected String |
shortValue
Object's or property's value as an string shortened to the max MAX_VALUE_SIZE characters |
protected String |
type
Object's or property's type |
protected String |
value
Object's or property's value as an string |
static String |
WO
Constant describing write only access through bean info |
static String |
WO_RAW
Constant describing write only access through reflection (no property editors for the type) |
Constructor Summary | |
---|---|
BeanDef(String name,
String desc,
String type,
String access,
String value,
boolean followable)
Constructor |
Method Summary | |
---|---|
String |
getAccess()
Returns access |
String |
getDesc()
Returns desc |
boolean |
getFollowable()
Returns followable flag |
String |
getName()
Returns name |
String |
getShortType()
Returns short type |
String |
getShortValue()
Returns short value |
String |
getType()
Returns type |
String |
getValue()
Returns value |
boolean |
isFollowable()
Returns followable flag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NO_ACCESS
public static final String RO
public static final String RW
public static final String WO
public static final String RW_RAW
public static final String RO_RAW
public static final String WO_RAW
public static final int MAX_VALUE_SIZE
public static final int MAX_TYPE_SIZE
protected String name
protected String desc
protected String type
protected String shortType
MAX_TYPE_SIZE
characters
protected String access
protected String value
protected String shortValue
MAX_VALUE_SIZE
characters
protected boolean followable
Constructor Detail |
---|
public BeanDef(String name, String desc, String type, String access, String value, boolean followable)
name
- nametype
- typeaccess
- accessvalue
- valuefollowable
- is followableMethod Detail |
---|
public String getName()
public String getDesc()
public String getType()
public String getShortType()
public String getAccess()
public String getValue()
public String getShortValue()
public boolean isFollowable()
public boolean getFollowable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |