|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
String[] |
getChildNames()
return an array of all of this property's children's names. |
String |
getChildValue(String aName)
|
String |
getChildValue(String aName,
String defaultValue)
|
int |
getChildValueAsInt(String aName)
|
int |
getChildValueAsInt(String aName,
int defaultValue)
|
String[] |
getChildValues(String aName)
|
String |
getName()
|
ReadOnlyProperty |
getReadOnlyChild(String aName)
|
ReadOnlyProperty |
getReadOnlyChild(String aName,
String aValue)
this method searches for a child property with the specified name and value and returns the first match it finds. |
ReadOnlyProperty[] |
getReadOnlyChildren()
return an array of all of this property's children as read-only interface. |
ReadOnlyProperty[] |
getReadOnlyChildren(String aName)
|
String |
getValue()
|
Method Detail |
public String getName()
public String getValue()
public String[] getChildValues(String aName)
public String getChildValue(String aName)
public String getChildValue(String aName, String defaultValue)
public int getChildValueAsInt(String aName) throws FormatException
RecordReadException
- if no child is found
FormatException
public int getChildValueAsInt(String aName, int defaultValue)
public ReadOnlyProperty getReadOnlyChild(String aName, String aValue)
aName
- name, or tag for the desired propertyaValue
- value of the desired propertypublic String[] getChildNames()
public ReadOnlyProperty[] getReadOnlyChildren(String aName)
aName
- name (key) of child property to retrieve.
public ReadOnlyProperty getReadOnlyChild(String aName)
aName
- name (key) of child property to retrieve.
public ReadOnlyProperty[] getReadOnlyChildren()
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |