org.alfresco.repo.search.impl.querymodel.impl
Class BaseStaticArgument

java.lang.Object
  extended by org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
      extended by org.alfresco.repo.search.impl.querymodel.impl.BaseStaticArgument
All Implemented Interfaces:
Argument, StaticArgument
Direct Known Subclasses:
BaseListArgument, BaseLiteralArgument, BaseParameterArgument, BaseSelectorArgument

public abstract class BaseStaticArgument
extends BaseArgument
implements StaticArgument


Constructor Summary
BaseStaticArgument(java.lang.String name, boolean queryable, boolean orderable)
           
 
Method Summary
 
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderable, isQueryable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Argument
getName, getValue, isOrderable, isQueryable
 

Constructor Detail

BaseStaticArgument

public BaseStaticArgument(java.lang.String name,
                          boolean queryable,
                          boolean orderable)
Parameters:
name -


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.