Uses of Class
com.adyen.model.nexo.CharacterWidthType
-
Packages that use CharacterWidthType Package Description com.adyen.model.nexo -
-
Uses of CharacterWidthType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CharacterWidthType Modifier and Type Field Description protected CharacterWidthTypeOutputText. characterWidthMethods in com.adyen.model.nexo that return CharacterWidthType Modifier and Type Method Description static CharacterWidthTypeCharacterWidthType. fromValue(String v)From value character width type.CharacterWidthTypeOutputText. getCharacterWidth()Gets the value of the characterWidth property.static CharacterWidthTypeCharacterWidthType. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterWidthType[]CharacterWidthType. 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 CharacterWidthType Modifier and Type Method Description voidOutputText. setCharacterWidth(CharacterWidthType value)Sets the value of the characterWidth property.
-