Uses of Class
org.alfresco.repo.node.getchildren.FilterPropString.FilterTypeString
-
Packages that use FilterPropString.FilterTypeString Package Description org.alfresco.repo.node.getchildren -
-
Uses of FilterPropString.FilterTypeString in org.alfresco.repo.node.getchildren
Methods in org.alfresco.repo.node.getchildren that return FilterPropString.FilterTypeString Modifier and Type Method Description static FilterPropString.FilterTypeStringFilterPropString.FilterTypeString. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterPropString.FilterTypeString[]FilterPropString.FilterTypeString. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.repo.node.getchildren with parameters of type FilterPropString.FilterTypeString Constructor Description FilterPropString(org.alfresco.service.namespace.QName propName, java.lang.String propVal, FilterPropString.FilterTypeString filterType)
-