|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.contentmodel.annotation.internal.provisional.CMAnnotationPropertyValue
The class used to return result of a query on the annotation model.
Constructor Summary | |
CMAnnotationPropertyValue(ICMAnnotationSourceFileInfo fileInfo,
java.util.List propertyValues)
Constructor |
Method Summary | |
java.lang.String |
getBundleId()
Convenience method for accessing the bundleid |
ICMAnnotationSourceFileInfo |
getFileInfo()
|
java.lang.String |
getPropertyValue()
Return first string property value. |
java.util.List |
getPropertyValues()
Return list of property values as strings for the given property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMAnnotationPropertyValue(ICMAnnotationSourceFileInfo fileInfo, java.util.List propertyValues)
fileInfo
- propertyValues
- Method Detail |
public java.lang.String getBundleId()
public ICMAnnotationSourceFileInfo getFileInfo()
public java.lang.String getPropertyValue()
public java.util.List getPropertyValues()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |