Uses of Class
org.openforis.collect.metamodel.view.BooleanAttributeDefView.LayoutType
-
Packages that use BooleanAttributeDefView.LayoutType Package Description org.openforis.collect.metamodel.view -
-
Uses of BooleanAttributeDefView.LayoutType in org.openforis.collect.metamodel.view
Methods in org.openforis.collect.metamodel.view that return BooleanAttributeDefView.LayoutType Modifier and Type Method Description BooleanAttributeDefView.LayoutTypeBooleanAttributeDefView. getLayoutType()static BooleanAttributeDefView.LayoutTypeBooleanAttributeDefView.LayoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanAttributeDefView.LayoutType[]BooleanAttributeDefView.LayoutType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.metamodel.view with parameters of type BooleanAttributeDefView.LayoutType Modifier and Type Method Description voidBooleanAttributeDefView. setLayoutType(BooleanAttributeDefView.LayoutType layoutType)
-