Extension SDK 10.1.3.36.73

oracle.jdeveloper.refactoring.criteria
Class SearchFieldCriteria

java.lang.Object
  extended byoracle.jdeveloper.refactoring.model.AbstractSearchCriteria
      extended byoracle.jdeveloper.refactoring.criteria.SearchFieldCriteria
All Implemented Interfaces:
oracle.ide.refactoring.SearchCriteria, SearchCriteria

public class SearchFieldCriteria
extends AbstractSearchCriteria


Field Summary
 
Fields inherited from interface oracle.jdeveloper.refactoring.model.SearchCriteria
TYPE_CHANGE_METHOD, TYPE_EXTRACT_INTERFACE, TYPE_EXTRACT_SUPERCLASS, TYPE_MOVE_CLASSES, TYPE_PUSH_DOWN, TYPE_REFACTORING_FLAG, TYPE_RENAME_FIELD, TYPE_RENAME_METHOD, TYPE_RENAME_VARIABLE, TYPE_REPLACE_TEXT, TYPE_SAFEDELETE_CLASS, TYPE_SAFEDELETE_FIELD, TYPE_SAFEDELETE_METHOD, TYPE_SEARCH_CLASS, TYPE_SEARCH_CONSTRUCTOR, TYPE_SEARCH_FIELD, TYPE_SEARCH_METHOD, TYPE_SEARCH_VARIABLE, TYPE_USE_SUPERTYPE
 
Fields inherited from interface oracle.ide.refactoring.SearchCriteria
TYPE_FLAG_DELETE_FILES, TYPE_FLAG_RENAME_FILES
 
Constructor Summary
SearchFieldCriteria(FieldDescription fieldDescription)
           
SearchFieldCriteria(FieldDescription fieldDescription, boolean searchInComments)
           
 
Method Summary
 FieldDescription getFieldDescription()
           
 java.lang.String getFieldName()
           
 java.lang.String getFieldType()
           
 java.lang.String getFqClassName()
           
 oracle.jdevimpl.refactoring.search.Scope getScope()
           
 int getSearchType()
           
 java.lang.String getShortTitle()
           
 boolean isSearchInComments()
           
 boolean isSearchInLibraries()
           
 void setScope(oracle.jdevimpl.refactoring.search.Scope scope)
           
 void setSearchInComments(boolean searchInComments)
           
 void setSearchInLibraries(boolean searchInLibraries)
           
 
Methods inherited from class oracle.jdeveloper.refactoring.model.AbstractSearchCriteria
getLongTitle, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFieldCriteria

public SearchFieldCriteria(FieldDescription fieldDescription)

SearchFieldCriteria

public SearchFieldCriteria(FieldDescription fieldDescription,
                           boolean searchInComments)
Method Detail

getSearchType

public int getSearchType()
Specified by:
getSearchType in interface oracle.ide.refactoring.SearchCriteria
Specified by:
getSearchType in class AbstractSearchCriteria

getShortTitle

public java.lang.String getShortTitle()
Specified by:
getShortTitle in interface oracle.ide.refactoring.SearchCriteria
Specified by:
getShortTitle in class AbstractSearchCriteria

getFieldDescription

public FieldDescription getFieldDescription()

getFqClassName

public java.lang.String getFqClassName()

getFieldName

public java.lang.String getFieldName()

getFieldType

public java.lang.String getFieldType()

setSearchInComments

public void setSearchInComments(boolean searchInComments)

isSearchInComments

public boolean isSearchInComments()

getScope

public oracle.jdevimpl.refactoring.search.Scope getScope()

setScope

public void setScope(oracle.jdevimpl.refactoring.search.Scope scope)

isSearchInLibraries

public boolean isSearchInLibraries()

setSearchInLibraries

public void setSearchInLibraries(boolean searchInLibraries)

Extension SDK 10.1.3.36.73

 

Copyright © 1997, 2005, Oracle.All rights reserved.