Skip to main content

FormFieldNumberSeparatorStyle Enum

Lists values that specify the separator format.

Declaration

public enum FormFieldNumberSeparatorStyle extends Enum<FormFieldNumberSeparatorStyle> implements IIntEnum

Members

Name Description
APOSTROPHE_DOT

Apostrophe separates thousands, dot separates decimals.

COMMA

Comma is a decimals separator.

COMMA_DOT

Comma is a thousands separator, dot is a decimals separator.

DOT

Dot is a decimals separator.

DOT_COMMA

Dot is a thousands separator, comma is a decimals separator.

fromValue(int value)

Returns a number separator style that corresponds to the specified integer value.

getName()

Returns the name of this number separator style.

getValue()

Returns the integer value of this number separator style.

toString()

Returns the string representation of this number separator style.

valueOf(String name)

Returns the number separator style with the specified name.

values()

Returns an array that contains all number separator styles.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
FormFieldNumberSeparatorStyle