|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UjoProperty | |
|---|---|
| org.ujoframework | The UJO Framework tutorial |
| org.ujoframework.core | The core classes. |
| org.ujoframework.criterion | The package of the UJO criterion support. |
| org.ujoframework.extensions | UJO extensions. |
| org.ujoframework.implementation.array | |
| org.ujoframework.implementation.bean | |
| org.ujoframework.implementation.factory | |
| org.ujoframework.implementation.field | |
| org.ujoframework.implementation.map | |
| org.ujoframework.implementation.mapImpl | |
| org.ujoframework.implementation.orm | |
| org.ujoframework.implementation.quick | |
| org.ujoframework.implementation.registrar | |
| org.ujoframework.listener | |
| org.ujoframework.orm | The ORM support. |
| org.ujoframework.orm.metaModel | |
| org.ujoframework.orm.sample | |
| org.ujoframework.swing | Swing support. |
| Uses of UjoProperty in org.ujoframework |
|---|
| Methods in org.ujoframework that return UjoProperty | |
|---|---|
UjoProperty<UJO,VALUE> |
UjoProperty.descending()
Create new instance of an indirect property with the descending direction of sorting. |
UjoProperty |
UjoPropertyList.find(java.lang.String name,
boolean throwException)
Find a property by property name from parameter. |
UjoProperty |
UjoPropertyList.find(Ujo ujo,
java.lang.String name,
boolean throwException)
Find UjoProperty by name |
UjoProperty |
UjoPropertyList.find(Ujo ujo,
java.lang.String name,
UjoAction action,
boolean result,
boolean throwException)
Find a property by property name from parameter. |
UjoProperty |
UjoPropertyList.get(int index)
Get property on requered index |
UjoProperty |
UjoPropertyList.last()
Get last property |
UjoProperty[] |
UjoPropertyList.toArray()
Returns a copy of internal array |
| Methods in org.ujoframework that return types with arguments of type UjoProperty | |
|---|---|
java.util.Iterator<UjoProperty> |
UjoPropertyList.iterator()
Create an interator for all properties. |
| Methods in org.ujoframework with parameters of type UjoProperty | |
|---|---|
boolean |
UjoPropertyList.contains(UjoProperty o)
Returns true if list contains property from the parameter. |
boolean |
Ujo.readAuthorization(UjoAction action,
UjoProperty property,
java.lang.Object value)
Get an authorization of the property for different actions. |
java.lang.Object |
Ujo.readValue(UjoProperty property)
It is a common method for reading all object values, however there is strongly recomended to use a method UjoProperty.getValue(Ujo) to an external access for a better type safe. |
void |
Ujo.writeValue(UjoProperty property,
java.lang.Object value)
It is a common method for writing all object values, however there is strongly recomended to use a method UjoProperty.setValue(Ujo,Object) to an external access for a better type safe. |
| Uses of UjoProperty in org.ujoframework.core |
|---|
| Fields in org.ujoframework.core declared as UjoProperty | |
|---|---|
static UjoProperty[] |
UjoPropertyListImpl.EMPTY
An empty array of the UJO properties |
| Methods in org.ujoframework.core that return UjoProperty | |
|---|---|
UjoProperty |
UjoPropertyListImpl.find(java.lang.String name,
boolean throwException)
Find a property by property name from parameter. |
UjoProperty |
UjoPropertyListImpl.find(Ujo ujo,
java.lang.String name,
boolean throwException)
|
UjoProperty |
UjoPropertyListImpl.find(Ujo ujo,
java.lang.String name,
UjoAction action,
boolean result,
boolean throwException)
Find a property by property name from parameter. |
UjoProperty |
UjoManager.findProperty(Ujo ujo,
java.lang.String name,
boolean throwException)
Deprecated. Use UjoPropertyList.findPropety(...) |
UjoProperty |
UjoManager.findProperty(Ujo ujo,
java.lang.String name,
UjoAction action,
boolean result,
boolean throwException)
Find a property by property name from parameter. |
UjoProperty |
UjoPropertyListImpl.get(int index)
Get property on requered index |
UjoProperty[] |
UjoService.getProperties()
Get required properties |
UjoProperty |
UjoManager.getXmlElementBody(java.lang.Class type)
Returns a Element body of the class or the null if no property was found. |
UjoProperty |
UjoPropertyListImpl.last()
Get last property |
UjoProperty[] |
UjoManager.readPropertiesNocache(java.lang.Class type,
boolean sorted)
Returns all direct properties (see an method UjoProperty.isDirect() for more information). |
UjoProperty[] |
UjoPropertyListImpl.toArray()
Returns a copy of internal array |
| Methods in org.ujoframework.core that return types with arguments of type UjoProperty | |
|---|---|
java.util.Iterator<UjoProperty> |
UjoPropertyListImpl.iterator()
Create an interator for all properties. |
| Methods in org.ujoframework.core with parameters of type UjoProperty | ||
|---|---|---|
boolean |
UjoManager.assertAssign(UjoProperty property,
java.lang.Object value)
An assignable test. |
|
boolean |
UjoManager.assertDirect(UjoProperty property,
java.lang.Object value)
An assignable test. |
|
boolean |
UjoManager.assertDirectAssign(UjoProperty property,
java.lang.Object value)
An assignable test. |
|
int |
UjoManager.compare(UjoProperty p1,
UjoProperty p2)
Compare Ujo properties. |
|
int |
UjoManager.compare(UjoProperty p1,
UjoProperty p2)
Compare Ujo properties. |
|
boolean |
UjoPropertyListImpl.contains(UjoProperty o)
Returns true if list contains property from the parameter. |
|
void |
UjoManager.copy(Ujo source,
Ujo target,
UjoAction action,
UjoProperty... properties)
Copy selected properties from source to target. |
|
void |
UjoManager.copy(Ujo source,
Ujo target,
UjoProperty... properties)
Copy selected properties of the source to target. |
|
java.lang.Object |
UjoManager.decodeValue(UjoProperty property,
java.lang.String aValue)
Decode text value |
|
java.lang.Object |
UjoManager.decodeValue(UjoProperty property,
java.lang.String aValue,
java.lang.Class type)
Decode text value |
|
java.lang.Object |
UjoCoder.decodeValue(UjoProperty property,
java.lang.String aValue,
java.lang.Class type)
Restore an Object value from a String representation and write it into ujo. |
|
protected java.lang.String |
UjoManagerCSV.getHeaderTitle(UjoProperty p)
Header label for a required Property. |
|
static
|
UjoManagerRBundle.getInstance(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
Create new instance |
|
static
|
UjoManagerCSV.getInstance(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
Create new instance |
|
static
|
BeanManager.getInstance(UjoProperty property)
Create new instance of BeanManager |
|
java.lang.reflect.Field |
UjoManager.getPropertyField(java.lang.Class type,
UjoProperty property)
Get a UjoProperty field. |
|
java.lang.reflect.Field |
UjoManager.getPropertyField(Ujo ujo,
UjoProperty property)
Get a UjoProperty field. |
|
java.lang.String |
UjoService.getText(UJO ujo,
UjoProperty prop,
java.lang.Object value,
UjoAction action)
Returns TEXT |
|
java.lang.String |
UjoManager.getText(Ujo ujo,
UjoProperty property,
UjoAction action)
Get a text value from property |
|
|
UjoManager.getValue(Ujo ujo,
UjoProperty... props)
Get a value from an Ujo object by a chain of properties. |
|
static java.lang.Object |
UjoManager.getValue(Ujo ujo,
UjoProperty prop)
Get a value from an Ujo object by a selected property. |
|
boolean |
UjoManager.isTransientProperty(UjoProperty property)
Is the property an Transient? |
|
boolean |
UjoManager.isXmlAttribute(UjoProperty property)
Is the property an XML attribute? |
|
static UjoComparator |
UjoComparator.newInstance(UjoProperty... properties)
Create new comparator |
|
void |
UjoManagerXML.printItem(java.io.Writer writer,
java.lang.Class defaultType,
java.lang.Object value,
UjoTextable ujo,
UjoProperty prop)
Print "value" to XML. |
|
void |
UjoManagerXML.printValue2XML(java.io.Writer writer,
java.lang.Class itemType,
java.lang.Object value,
UjoTextable ujo,
UjoProperty prop,
boolean simpleProperty)
Print "value" to XML. |
|
void |
UjoService.setText(UJO ujo,
UjoProperty prop,
java.lang.Class type,
java.lang.String value,
UjoAction action)
Returns TEXT |
|
void |
UjoManager.setText(Ujo ujo,
UjoProperty property,
java.lang.String value,
java.lang.Class type,
UjoAction action)
Set a text value by property. |
|
static void |
UjoManager.setValue(Ujo ujo,
UjoProperty prop,
java.lang.Object value)
Set a value to an Ujo object by a selected properties. |
|
protected void |
UjoManager.sortProperties(java.lang.Class type,
UjoProperty[] properties)
Sort properties. |
|
| Constructors in org.ujoframework.core with parameters of type UjoProperty | |
|---|---|
BeanManager(UjoProperty property)
|
|
UjoComparator(UjoProperty... properties)
Creates a new instance of UjoComparator |
|
UjoManagerCSV(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
Creates a new instance of UjoManagerCSV |
|
UjoManagerRBundle(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
Creates a new instance of UjoManagerRBundle |
|
UjoPropertyListImpl(UjoProperty[] props)
|
|
UjoService(java.lang.Class<UJO> ujoClass,
UjoProperty... properties)
Creates a new instance of UjoService |
|
| Constructor parameters in org.ujoframework.core with type arguments of type UjoProperty | |
|---|---|
UjoPropertyListImpl(java.util.List<UjoProperty> props)
|
|
| Uses of UjoProperty in org.ujoframework.criterion |
|---|
| Methods in org.ujoframework.criterion that return UjoProperty | |
|---|---|
UjoProperty |
ValueCriterion.getLeftNode()
Returns the left node of the parrent |
| Methods in org.ujoframework.criterion with parameters of type UjoProperty | ||
|---|---|---|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property)
New equals instance |
|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property,
Operator operator,
TYPE value)
New criterion instance |
|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property,
Operator operator,
UjoProperty<?,TYPE> value)
New criterion instance |
|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property,
Operator operator,
UjoProperty<?,TYPE> value)
New criterion instance |
|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property,
TYPE value)
New equals instance |
|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property,
UjoProperty<?,TYPE> value)
New equals instance |
|
static
|
Criterion.newInstance(UjoProperty<UJO,TYPE> property,
UjoProperty<?,TYPE> value)
New equals instance |
|
static
|
Criterion.newInstanceFalse(UjoProperty<UJO,?> property)
This is a constant criterion independed on the property and the ujo entity. |
|
static
|
Criterion.newInstanceTrue(UjoProperty<UJO,?> property)
This is a constant criterion independed on the property and the ujo entity. |
|
| Constructors in org.ujoframework.criterion with parameters of type UjoProperty | |
|---|---|
ValueCriterion(UjoProperty<UJO,? extends java.lang.Object> property,
Operator operator,
java.lang.Object value)
An undefined operator (null) is replaced by EQ. |
|
ValueCriterion(UjoProperty<UJO,? extends java.lang.Object> property,
Operator operator,
UjoProperty<UJO,java.lang.Object> value)
An undefined operator (null) is replaced by EQ. |
|
ValueCriterion(UjoProperty<UJO,? extends java.lang.Object> property,
Operator operator,
UjoProperty<UJO,java.lang.Object> value)
An undefined operator (null) is replaced by EQ. |
|
| Uses of UjoProperty in org.ujoframework.extensions |
|---|
| Subinterfaces of UjoProperty in org.ujoframework.extensions | |
|---|---|
interface |
ListUjoProperty<UJO extends Ujo,ITEM>
A property list metadata of Unified Data Object. |
| Classes in org.ujoframework.extensions that implement UjoProperty | |
|---|---|
class |
ListProperty<UJO extends Ujo,ITEM>
The main implementation of the interface ListUjoProperty. |
class |
PathProperty<UJO extends Ujo,VALUE>
A PathProperty class is an composite of a UjoProperty objects. |
class |
Property<UJO extends Ujo,VALUE>
The main implementation of the interface UjoProperty. |
class |
SortingProperty<UJO extends Ujo,VALUE>
A property for a direction of sorting. |
| Methods in org.ujoframework.extensions that return UjoProperty | ||
|---|---|---|
UjoProperty<UJO,VALUE> |
Property.descending()
Create a new instance of the indirect property with a descending direction of order. |
|
UjoProperty<UJO,VALUE> |
PathProperty.descending()
Create a new instance of the property with a descending direction of order. |
|
UjoProperty |
AbstractUjoExt.findProperty(java.lang.String propertyName)
Find a property by a "property name". |
|
|
PathProperty.getLastProperty()
Get the last property of the current object. |
|
UjoProperty |
PathProperty.getProperty(int index)
Get a property from selected positon.. |
|
static
|
Property.newInstance(UjoProperty p)
A Property Factory where a property type is related from from default value. |
|
| Methods in org.ujoframework.extensions with parameters of type UjoProperty | ||
|---|---|---|
int |
Property.compareTo(UjoProperty p)
Compare to another UjoProperty object by a index code. |
|
void |
AbstractUjoExt.copyTo(Ujo target,
UjoProperty... properties)
Copy selected attributes to the target |
|
static
|
PathProperty.create(UjoProperty<UJO,? extends java.lang.Object>... properties)
Create new instance |
|
|
AbstractUjoExt.equals(UjoProperty<UJO,VALUE> property,
VALUE value)
Compare the property value with a parametrer value. |
|
|
UjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Getter based on three properties |
|
|
UjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Getter based on three properties |
|
|
UjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Getter based on three properties |
|
|
AbstractUjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Getter based on three properties |
|
|
AbstractUjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Getter based on three properties |
|
|
AbstractUjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Getter based on three properties |
|
|
UjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2)
Getter based on two properties |
|
|
UjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2)
Getter based on two properties |
|
|
AbstractUjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2)
Getter based on two properties |
|
|
AbstractUjoExt.get(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2)
Getter based on two properties |
|
|
UjoMiddle.get(UjoProperty<UJO,VALUE> property)
Getter based on one UjoProperty |
|
|
AbstractUjoExt.get(UjoProperty<UJO,VALUE> property)
Getter based on one UjoProperty |
|
java.lang.String |
UjoMiddle.getText(UjoProperty property)
Returns a String value by a NULL context. |
|
java.lang.String |
AbstractUjoExt.getText(UjoProperty property)
Returns a String value by a NULL context. |
|
|
UjoExt.isDefault(UjoProperty<UJO,VALUE> property)
Indicates whether a parameter value "equal to" property default value. |
|
|
AbstractUjoExt.isDefault(UjoProperty<UJO,VALUE> property)
Indicates whether a parameter value "equal to" property default value. |
|
static
|
Property.newInstance(UjoProperty p)
A Property Factory where a property type is related from from default value. |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,UJO4> property3,
UjoProperty<UJO4,VALUE> property4)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,UJO4> property3,
UjoProperty<UJO4,VALUE> property4)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,UJO4> property3,
UjoProperty<UJO4,VALUE> property4)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,UJO4> property3,
UjoProperty<UJO4,VALUE> property4)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2)
Create new instance |
|
static
|
PathProperty.newInstance(UjoProperty<UJO,VALUE> property)
Create new instance |
|
static
|
Property.newInstance(UjoProperty p,
int index)
A Property Factory where a property type is related from from default value. |
|
boolean |
AbstractUjo.readAuthorization(UjoAction action,
UjoProperty property,
java.lang.Object value)
Get an authorization of the property for different actions. |
|
java.lang.String |
UjoTextable.readValueString(UjoProperty property,
UjoAction action)
Get an original value in a String format. |
|
java.lang.String |
AbstractUjo.readValueString(UjoProperty property,
UjoAction action)
Get an original value in a String format. |
|
|
UjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3,
VALUE value)
Setter based on three properties. |
|
|
UjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3,
VALUE value)
Setter based on three properties. |
|
|
UjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3,
VALUE value)
Setter based on three properties. |
|
|
AbstractUjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3,
VALUE value)
Setter based on three properties. |
|
|
AbstractUjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3,
VALUE value)
Setter based on three properties. |
|
|
AbstractUjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,UJO3> property2,
UjoProperty<UJO3,VALUE> property3,
VALUE value)
Setter based on three properties. |
|
|
UjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2,
VALUE value)
Setter based on two properties. |
|
|
UjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2,
VALUE value)
Setter based on two properties. |
|
|
AbstractUjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2,
VALUE value)
Setter based on two properties. |
|
|
AbstractUjoExt.set(UjoProperty<UJO1,UJO2> property1,
UjoProperty<UJO2,VALUE> property2,
VALUE value)
Setter based on two properties. |
|
|
UjoMiddle.set(UjoProperty<UJO,VALUE> property,
VALUE value)
Setter based on UjoProperty. |
|
|
AbstractUjoExt.set(UjoProperty<UJO,VALUE> property,
VALUE value)
Setter based on UjoProperty. |
|
void |
UjoMiddle.setText(UjoProperty property,
java.lang.String value)
Set value from a String format by a NULL context. |
|
void |
AbstractUjoExt.setText(UjoProperty property,
java.lang.String value)
Set value from a String format by a NULL context. |
|
void |
ListProperty.sort(UJO ujo,
UjoProperty... properties)
Sort a list by its properties. |
|
void |
UjoTextable.writeValueString(UjoProperty property,
java.lang.String value,
java.lang.Class type,
UjoAction action)
Set value from a String format. |
|
void |
AbstractUjo.writeValueString(UjoProperty property,
java.lang.String value,
java.lang.Class type,
UjoAction action)
Set value from a String format. |
|
| Method parameters in org.ujoframework.extensions with type arguments of type UjoProperty | |
|---|---|
void |
PathProperty.addDirectProperties(java.util.List<UjoProperty> result)
Add all direct properties to the list form parameter. |
| Constructors in org.ujoframework.extensions with parameters of type UjoProperty | |
|---|---|
PathProperty(UjoProperty... properties)
|
|
SortingProperty(UjoProperty<UJO,VALUE> property,
boolean ascending)
|
|
| Uses of UjoProperty in org.ujoframework.implementation.array |
|---|
| Methods in org.ujoframework.implementation.array with parameters of type UjoProperty | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
java.lang.Object |
ArrayUjoExt.readValue(UjoProperty property)
It is a common method for reading all object values, however there is strongly recomended to use a method |
java.lang.Object |
ArrayUjo.readValue(UjoProperty property)
It is a common method for reading all object values, however there is strongly recomended to use a method |
void |
ArrayUjoExt.writeValue(UjoProperty property,
java.lang.Object value)
It is a common method for writing all object values, however there is strongly recomended to use a method |
void |
ArrayUjo.writeValue(UjoProperty property,
java.lang.Object value)
It is a common method for writing all object values, however there is strongly recomended to use a method
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||