All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kintone.client.model.app.field.UnitPosition Maven / Gradle / Ivy

package com.kintone.client.model.app.field;

/** The display position of the currency for a Number field and Calculated field. */
public enum UnitPosition {

    /** The currency will be displayed before the field value. */
    BEFORE,

    /** The currency will be displayed after the field value. */
    AFTER
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy