Package | Description |
---|---|
org.apache.empire.data.bean |
This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's).
|
Modifier and Type | Method and Description |
---|---|
protected BeanProperty |
BeanClass.addProp(String propname,
DataType dataType,
double size,
boolean required) |
protected BeanProperty |
BeanClass.addProp(String propname,
DataType dataType,
double size,
boolean required,
boolean readOnly) |
protected BeanProperty |
BeanClass.addProp(String propname,
DataType dataType,
double size,
boolean required,
String controlType) |
protected BeanProperty |
BeanClass.addProp(String propname,
DataType dataType,
double size,
boolean required,
String controlType,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
List<BeanProperty> |
BeanClass.getProperties()
returns the list of properties for this class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BeanClass.addProp(BeanProperty prop) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.