public class Property extends Object implements Persistable, IMetaData
| Modifier and Type | Field and Description |
|---|---|
String |
name |
int |
recordId |
List<String> |
value |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
HashMap<String,Object> |
getMetaData() |
Object |
getMetaData(String fieldName) |
String[] |
getMetaDataFields() |
void |
readExternal(DataInputStream in,
PrototypeFactory pf)
(non-Javadoc)
|
void |
setID(int recordId)
(non-Javadoc)
|
void |
writeExternal(DataOutputStream out)
(non-Javadoc)
|
public void readExternal(DataInputStream in, PrototypeFactory pf) throws IOException
readExternal in interface ExternalizableIOExceptionorg.javarosa.core.util.externalizable.singlequestionscreen.storage.Externalizable#readExternal(DataInputStream)public void writeExternal(DataOutputStream out) throws IOException
writeExternal in interface ExternalizableIOExceptionorg.javarosa.core.util.externalizable.singlequestionscreen.storage.Externalizable#writeExternal(DataOutputStream)public void setID(int recordId)
setID in interface Persistableorg.javarosa.singlequestionscreen.storage.IDRecordable#setRecordId(int)public int getID()
getID in interface Persistablepublic HashMap<String,Object> getMetaData()
getMetaData in interface IMetaDatapublic Object getMetaData(String fieldName)
getMetaData in interface IMetaDatapublic String[] getMetaDataFields()
getMetaDataFields in interface IMetaDataCopyright © 2023. All rights reserved.