org.eclipse.jst.jsf.contentmodel.annotation
Class CMAnnotationPropertyValue

java.lang.Object
  extended by org.eclipse.jst.jsf.contentmodel.annotation.CMAnnotationPropertyValue

Deprecated. see org.eclipse.jst.jsf.common.metadata package

public class CMAnnotationPropertyValue
extends java.lang.Object

The class used to return result of a query on the annotation model.


Constructor Summary
CMAnnotationPropertyValue(ICMAnnotationSourceFileInfo fileInfo, java.util.List propertyValues)
          Deprecated. Constructor
 
Method Summary
 java.lang.String getBundleId()
          Deprecated. Convenience method for accessing the bundleid
 ICMAnnotationSourceFileInfo getFileInfo()
          Deprecated.  
 java.lang.String getPropertyValue()
          Deprecated. Return first string property value.
 java.util.List getPropertyValues()
          Deprecated. Return list of property values as strings for the given property
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMAnnotationPropertyValue

public CMAnnotationPropertyValue(ICMAnnotationSourceFileInfo fileInfo,
                                 java.util.List propertyValues)
Deprecated. 
Constructor

Parameters:
fileInfo -
propertyValues -
Method Detail

getBundleId

public java.lang.String getBundleId()
Deprecated. 
Convenience method for accessing the bundleid

Returns:
String

getFileInfo

public ICMAnnotationSourceFileInfo getFileInfo()
Deprecated. 
Returns:
ICMAnnotationSourceFileInfo used to define this property

getPropertyValue

public java.lang.String getPropertyValue()
Deprecated. 
Return first string property value. If caller expects more values, they should use getPropertyValues().

Returns:
String

getPropertyValues

public java.util.List getPropertyValues()
Deprecated. 
Return list of property values as strings for the given property

Returns:
java.util.List