mValue = value;
ScreenOrientation orientation = ScreenOrientation.getEnum(value); if (orientation != null) { ScreenOrientationQualifier qualifier = new ScreenOrientationQualifier(orientation); config.setScreenOrientationQualifier(qualifier); return true; } return false;
if (qualifier instanceof ScreenOrientationQualifier) { return mValue == ((ScreenOrientationQualifier)qualifier).mValue; } return false;
return IconFactory.getInstance().getIcon("orientation"); //$NON-NLS-1$
return NAME;
return "Orientation";
if (mValue != null) { return mValue.getDisplayValue(); } return ""; //$NON-NLS-1$
return mValue;
if (mValue != null) { return mValue.hashCode(); } return 0;
return mValue != null;
Returns the string used to represent this qualifier in the folder name. if (mValue != null) { return mValue.getValue(); } return ""; //$NON-NLS-1$
if (mValue != null) { return mValue.getValue(); } return ""; //$NON-NLS-1$