Uses of Class
org.opendope.questions.AppearanceType
| Package | Description |
|---|---|
| org.opendope.questions |
-
Uses of AppearanceType in org.opendope.questions
Fields in org.opendope.questions declared as AppearanceType Modifier and Type Field Description protected AppearanceTypeQuestion. appearanceMethods in org.opendope.questions that return AppearanceType Modifier and Type Method Description static AppearanceTypeAppearanceType. fromValue(java.lang.String v)AppearanceTypeQuestion. getAppearance()Gets the value of the appearance property.static AppearanceTypeAppearanceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppearanceType[]AppearanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendope.questions with parameters of type AppearanceType Modifier and Type Method Description voidQuestion. setAppearance(AppearanceType value)Sets the value of the appearance property.