Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator

Packages that use LogicalOperator
com.liferay.portlet.dynamicdatamapping.storage.query   
 

Uses of LogicalOperator in com.liferay.portlet.dynamicdatamapping.storage.query
 

Methods in com.liferay.portlet.dynamicdatamapping.storage.query that return LogicalOperator
 LogicalOperator Junction.getLogicalOperator()
           
 LogicalOperator JunctionImpl.getLogicalOperator()
           
static LogicalOperator LogicalOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperator[] LogicalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.liferay.portlet.dynamicdatamapping.storage.query with parameters of type LogicalOperator
JunctionImpl(LogicalOperator logicalOperator)
           
 


Liferay 6.1.2-ce-ga3