Uses of Enum Class
org.opendope.questions.AppearanceType
Packages that use AppearanceType
-
Uses of AppearanceType in org.opendope.questions
Fields in org.opendope.questions declared as AppearanceTypeMethods in org.opendope.questions that return AppearanceTypeModifier and TypeMethodDescriptionstatic AppearanceTypeQuestion.getAppearance()Gets the value of the appearance property.static AppearanceTypeReturns the enum constant of this class with the specified name.static AppearanceType[]AppearanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendope.questions with parameters of type AppearanceTypeModifier and TypeMethodDescriptionvoidQuestion.setAppearance(AppearanceType value) Sets the value of the appearance property.