public class Attribute extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
Object |
value
The attribute's value can be
. a basic value ( string, number, date, boolean, ... ) Java types : String, Boolean, BigDecimal, BigInteger . an entity : in this case the value class can be any kind of object ) Java type : any kind of Java class . a collection of entities : in this case the value class is a 'LinkedList' Java type : LinkedList ( to keep the order ) . a null value |
| Constructor and Description |
|---|
Attribute() |
public String name
public Object value
Copyright © 2016. All rights reserved.