org.ucworkbench.model
Interface IPropertyValue

All Superinterfaces:
IRegion, ITextModel, IUCElement

public interface IPropertyValue
extends ITextModel

Represents the value of the corresponding property


Method Summary
 java.lang.String getValue()
           
 
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

getValue

java.lang.String getValue()
Returns:
Returns the value.