Uses of Class
com.adyen.model.nexo.AlignmentType
-
Packages that use AlignmentType Package Description com.adyen.model.nexo -
-
Uses of AlignmentType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as AlignmentType Modifier and Type Field Description protected AlignmentTypeOutputText. alignmentMethods in com.adyen.model.nexo that return AlignmentType Modifier and Type Method Description static AlignmentTypeAlignmentType. fromValue(String v)From value alignment type.AlignmentTypeOutputText. getAlignment()Gets the value of the alignment property.static AlignmentTypeAlignmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlignmentType[]AlignmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type AlignmentType Modifier and Type Method Description voidOutputText. setAlignment(AlignmentType value)Sets the value of the alignment property.
-