|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProperty
Interface for properties. Each property is stored in file in format: "PROPERTY_NAME:PROPERTY_VALUE".
Method Summary | |
---|---|
java.lang.String |
getName()
Returns property name. |
IPropertyName |
getPropertyName()
Returns model object representing property name. |
IPropertyColonSeparator |
getPropertySeparator()
Returns property separator object. |
IPropertyValue |
getPropertyValue()
Returns model object representing property value. |
java.lang.String |
getValue()
Returns property value. |
Methods inherited from interface org.ucworkbench.model.ITextModel |
---|
containsOffset, getAsText, getCorrespondingFileModel, getModelElementByOffset, getParent, getTextModelChildren |
Methods inherited from interface org.ucworkbench.model.IUCElement |
---|
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource |
Methods inherited from interface org.ucworkbench.model.supporting.IRegion |
---|
getLength, getOffset |
Method Detail |
---|
java.lang.String getName()
IPropertyName getPropertyName()
java.lang.String getValue()
IPropertyValue getPropertyValue()
IPropertyColonSeparator getPropertySeparator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |