Uses of Enum Class
com.levigo.jadice.annotation.ChecklistAnnotation.Orientation
Packages that use ChecklistAnnotation.Orientation
-
Uses of ChecklistAnnotation.Orientation in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation that return ChecklistAnnotation.OrientationModifier and TypeMethodDescriptionChecklistAnnotation.getOrientation()
Returns the orientation of this annotation.Returns the enum constant of this class with the specified name.static ChecklistAnnotation.Orientation[]
ChecklistAnnotation.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.annotation with parameters of type ChecklistAnnotation.OrientationModifier and TypeMethodDescriptionvoid
ChecklistAnnotation.setOrientation
(ChecklistAnnotation.Orientation orientation) Sets the orientation for this annotation.