public class ObsProperty
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Get the index-0 value of type boolean of the property
|
boolean |
booleanValue(int index)
Get a value of type boolean of the property
|
char |
charValue()
Get the index-0 value of type char of the property
|
char |
charValue(int index)
Get a value of type char of the property
|
void |
commitChanges() |
double |
doubleValue()
Get the index-0 value of type double of the property
|
double |
doubleValue(int index)
Get a value of type double of the property
|
float |
floatValue()
Get the index-0 value of type float of the property
|
float |
floatValue(int index)
Get a value of type float of the property
|
java.lang.String |
getFullId() |
long |
getId() |
java.lang.String |
getName()
Get the name of the property
|
java.lang.Object |
getValue()
Get the index-0 value
|
java.lang.Object |
getValue(int index)
Get a value of the property
|
java.lang.Object[] |
getValues()
Get the array of values
|
int |
intValue()
Get the index-0 value of type int of the property
|
int |
intValue(int index)
Get a value of type int of the property
|
long |
longValue()
Get the index-0 value of type long of the property
|
long |
longValue(int index)
Get a value of type long of the property
|
boolean |
match(java.lang.String nam,
java.lang.Object... v) |
void |
rollbackChanges() |
java.lang.String |
stringValue()
Get the index-0 value of type string of the property
|
java.lang.String |
stringValue(int index)
Get a value of type string of the property
|
java.lang.String |
toString() |
void |
updateValue(int index,
java.lang.Object value)
Update a value
|
void |
updateValue(java.lang.Object value)
Update the index-0 value
|
void |
updateValues(java.lang.Object... values)
Update all the values
|
public long getId()
public java.lang.String getFullId()
public java.lang.String getName()
public java.lang.Object getValue(int index)
index
- index of the valuepublic java.lang.Object[] getValues()
public int intValue(int index)
index
- index of the valuepublic double doubleValue(int index)
index
- index of the valuepublic java.lang.String stringValue(int index)
index
- index of the valuepublic boolean booleanValue(int index)
index
- index of the valuepublic float floatValue(int index)
index
- index of the valuepublic long longValue(int index)
index
- index of the valuepublic char charValue(int index)
index
- index of the valuepublic int intValue()
index
- index of the valuepublic double doubleValue()
index
- index of the valuepublic java.lang.String stringValue()
index
- index of the valuepublic boolean booleanValue()
index
- index of the valuepublic float floatValue()
index
- index of the valuepublic long longValue()
index
- index of the valuepublic char charValue()
index
- index of the valuepublic java.lang.Object getValue()
value
- public void updateValue(java.lang.Object value)
value
- public void commitChanges()
public void rollbackChanges()
public void updateValue(int index, java.lang.Object value)
index
- index of the valuevalue
- public void updateValues(java.lang.Object... values)
value
- public boolean match(java.lang.String nam, java.lang.Object... v)
public java.lang.String toString()
toString
in class java.lang.Object
>DEIS - University of Bologna