org.ocleditor.internal.core.util
Class PropertyStoreHelper

java.lang.Object
  extended byorg.ocleditor.internal.core.util.PropertyStoreHelper

public class PropertyStoreHelper
extends java.lang.Object

Class contains static helper functions to set properties for a resource (e.g. a project resource to store values for the OCL properties page)


Constructor Summary
PropertyStoreHelper()
           
 
Method Summary
static boolean getBooleanValue(org.eclipse.core.resources.IResource resource, org.eclipse.core.runtime.QualifiedName name)
           
static void setBooleanValue(org.eclipse.core.resources.IResource resource, org.eclipse.core.runtime.QualifiedName name, boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyStoreHelper

public PropertyStoreHelper()
Method Detail

setBooleanValue

public static void setBooleanValue(org.eclipse.core.resources.IResource resource,
                                   org.eclipse.core.runtime.QualifiedName name,
                                   boolean value)
Parameters:
resource -
name -
value -

getBooleanValue

public static boolean getBooleanValue(org.eclipse.core.resources.IResource resource,
                                      org.eclipse.core.runtime.QualifiedName name)
Parameters:
resource -
name -
Returns: