Uses of Class
editor.SmartFixManager.TypeNameComparator.ITypeCategory
-
Packages that use SmartFixManager.TypeNameComparator.ITypeCategory Package Description editor -
-
Uses of SmartFixManager.TypeNameComparator.ITypeCategory in editor
Methods in editor that return SmartFixManager.TypeNameComparator.ITypeCategory Modifier and Type Method Description private SmartFixManager.TypeNameComparator.ITypeCategorySmartFixManager.TypeNameComparator. getCategory(java.lang.String typeName)static SmartFixManager.TypeNameComparator.ITypeCategorySmartFixManager.TypeNameComparator.ITypeCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SmartFixManager.TypeNameComparator.ITypeCategory[]SmartFixManager.TypeNameComparator.ITypeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-