Liferay 6.2-ce-ga5

com.liferay.portal.model
Class ResourcePermissionConstants

java.lang.Object
  extended by com.liferay.portal.model.ResourcePermissionConstants

public class ResourcePermissionConstants
extends Object


Field Summary
static int OPERATOR_ADD
           
static int OPERATOR_REMOVE
           
static int OPERATOR_SET
           
 
Constructor Summary
ResourcePermissionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATOR_ADD

public static final int OPERATOR_ADD
See Also:
Constant Field Values

OPERATOR_REMOVE

public static final int OPERATOR_REMOVE
See Also:
Constant Field Values

OPERATOR_SET

public static final int OPERATOR_SET
See Also:
Constant Field Values
Constructor Detail

ResourcePermissionConstants

public ResourcePermissionConstants()

Liferay 6.2-ce-ga5