Uses of Class
com.netgrif.application.engine.importer.model.DataGroupAlignment
-
Packages that use DataGroupAlignment Package Description com.netgrif.application.engine.importer.model -
-
Uses of DataGroupAlignment in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as DataGroupAlignment Modifier and Type Field Description protected DataGroupAlignmentDataGroup. alignmentMethods in com.netgrif.application.engine.importer.model that return DataGroupAlignment Modifier and Type Method Description static DataGroupAlignmentDataGroupAlignment. fromValue(java.lang.String v)DataGroupAlignmentDataGroup. getAlignment()Gets the value of the alignment property.static DataGroupAlignmentDataGroupAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataGroupAlignment[]DataGroupAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model with parameters of type DataGroupAlignment Modifier and Type Method Description voidDataGroup. setAlignment(DataGroupAlignment value)Sets the value of the alignment property.
-