Method Summary |
|
public void | addValue(ValueInstance value) Adds a value to this property instance. |
public void | addValueWithoutFiringVirtualFileEvent(ValueInstance value) Adds a value to this property instance WITHOUT FIRING A VIRTUAL
FILE EVENT. |
public void | clearAllValues() Clears all the values for this property instance. |
public boolean | equals(Object arg0) |
public Property | getDefinition() Returns the property which defines this property instance. |
public String | getDefinitionPath() Returns the full path to the virtual file for the property
which defines this property instance. |
public String | getDefinitionVersion() Returns the version identifier for the property which
defines this property instance. |
public String | getName() Returns the name for this property instance. |
public String | getNamespaceURI() Returns the namespace for this property instance. |
public ValueInstance | getNewValueInstance() Returns a new value of the correct concrete type for this
property instance. |
public List | getValues() Returns a list of the values for this property instance. |
public VirtualFile | getVirtualFile() Returns the virtual file which owns this property instance. |
public void | removeValue(ValueInstance value) Removes a value from this property instance. |
public void | removeValueWithoutFiringVirtualFileEvent(ValueInstance value) Removes a value from this property instance. |
public void | setDefinitionPath(String sPath, String sVersion) Sets the version identifier and full path to the virtual file
for the property which defines this property instance. |
public void | setName(String sName) Sets the name for this property instance. |
public void | setNamespaceURI(String sNamespaceURI) Sets the namespace for this property instance. |
public void | setValue(ValueInstance value) Sets the value for this property instance. |
public void | setValues(List aValues) Sets the values for this property instance. |
public void | setVirtualFile(VirtualFile vfFile) Sets the virtual file which owns this property instance. |
public String | toString() |