Package com.iizigo.project.refactor
Enum Class RefactoringOperation
- All Implemented Interfaces:
- Serializable,- Comparable<RefactoringOperation>,- Constable
Enumeration for refactoring operations.
- Nested Class Summary- Nested classes/interfaces inherited from class java.lang.Enum- Enum.EnumDesc<E extends Enum<E>>
- Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionContainer added.Container removed.Container renamed or moved.File added.File changed (contents, markers, etc).File removed.File renamed or moved.Folder added.Folder removed.Folder renamed or moved.Project close (always fired at project rename).Project open (always fired at project rename).Project rename.Project settings changed, e.g.Property added.Property removed.Property renamed or moved.
- Field SummaryFields
- Method SummaryModifier and TypeMethodDescription- boolean- hasBeenPerformed- (int bitValue) Checks if the operation has been performed.- static RefactoringOperationReturns the enum constant of this class with the specified name.- static RefactoringOperation[]- values()Returns an array containing the constants of this enum class, in the order they are declared.
- Enum Constant Details- PROPERTY_ADDEDProperty added.
- PROPERTY_RENAMEDProperty renamed or moved.
- PROPERTY_REMOVEDProperty removed.
- CONTAINER_ADDEDContainer added.
- CONTAINER_RENAMEDContainer renamed or moved.
- CONTAINER_REMOVEDContainer removed.
- FILE_ADDEDFile added.
- FILE_RENAMEDFile renamed or moved.
- FILE_CHANGEDFile changed (contents, markers, etc).
- FILE_REMOVEDFile removed.
- FOLDER_ADDEDFolder added.
- FOLDER_RENAMEDFolder renamed or moved.
- FOLDER_REMOVEDFolder removed.
- PROJECT_OPENProject open (always fired at project rename).
- PROJECT_CLOSEProject close (always fired at project rename).
- PROJECT_RENAMEProject rename.
- PROJECT_SETTINGS_CHANGEProject settings changed, e.g. Java source folder path(s).
 
- Field Details- bitValuepublic final int bitValueThe bit value.
 
- Method Details- valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- hasBeenPerformedpublic boolean hasBeenPerformed- (int bitValue) Checks if the operation has been performed.