org.alfresco.repo.node.getchildren
Class FilterPropString

java.lang.Object
  extended by org.alfresco.repo.node.getchildren.FilterPropString
All Implemented Interfaces:
FilterProp

public class FilterPropString
extends java.lang.Object
implements FilterProp

GetChildren - for string property filtering

Since:
4.0

Nested Class Summary
static class FilterPropString.FilterTypeString
           
 
Constructor Summary
FilterPropString(org.alfresco.service.namespace.QName propName, java.lang.String propVal, FilterPropString.FilterTypeString filterType)
           
 
Method Summary
 FilterType getFilterType()
           
 org.alfresco.service.namespace.QName getPropName()
           
 java.lang.String getPropVal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterPropString

public FilterPropString(org.alfresco.service.namespace.QName propName,
                        java.lang.String propVal,
                        FilterPropString.FilterTypeString filterType)
Method Detail

getPropName

public org.alfresco.service.namespace.QName getPropName()
Specified by:
getPropName in interface FilterProp

getPropVal

public java.lang.String getPropVal()
Specified by:
getPropVal in interface FilterProp

getFilterType

public FilterType getFilterType()
Specified by:
getFilterType in interface FilterProp


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