|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertiesSection
Interface for object containing the properties section for each model file. Properties section starts with "Properties:" keyword in first line. Subsequent lines contain properties in format: "PROPERTY_NAME:PROPERTY_VALUE".
Method Summary | |
---|---|
java.util.List<IProperty> |
getProperties()
Returns the property list in order which they appear in the file. |
IProperty |
getProperty(java.lang.String name)
Returns the property with given name. |
Methods inherited from interface org.ucworkbench.model.ISection |
---|
getSectionHeader, setSectionHeader |
Method Detail |
---|
java.util.List<IProperty> getProperties()
IProperty getProperty(java.lang.String name)
name
-
null
if such property does not exist in the file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |