Tabnine Logo
ValueType.isInteger
Code IndexAdd Tabnine to your IDE (free)

How to use
isInteger
method
in
org.hisp.dhis.common.ValueType

Best Java code snippets using org.hisp.dhis.common.ValueType.isInteger (Showing top 5 results out of 315)

origin: dhis2/dhis2-core

if ( DimensionItemType.DATA_ELEMENT == item.getDimensionItemType() && ((DataElement) item).getValueType().isInteger() )
else if ( DimensionItemType.DATA_ELEMENT_OPERAND == item.getDimensionItemType() && ((DataElementOperand) item).getDataElement().getValueType().isInteger() )
origin: dhis2/dhis2-core

else if ( valueType.isInteger() )
origin: dhis2/dhis2-core

else if ( valueType.isInteger() )
origin: dhis2/dhis2-core

else if ( dv.getDataElement().getValueType().isInteger() )
origin: dhis2/dhis2-core

!dataValueIsZeroAndInsignificant( Double.toString( value ), outputDataElement ) )
String valueString = outputDataElement.getValueType().isInteger() ?
  Long.toString( Math.round( value ) ) :
  Double.toString( MathUtils.roundFraction( value, 4 ) );
org.hisp.dhis.commonValueTypeisInteger

Popular methods of ValueType

  • isNumeric
    Includes integer and decimal types.
  • isFile
  • isText
  • isBoolean
  • isDate
  • equals
  • toString
  • getJavaClass
  • hashCode
  • isAggregateable
  • isDecimal
  • isGeo
  • isDecimal,
  • isGeo,
  • isOrganisationUnit,
  • name,
  • valueOf

Popular in Java

  • Reactive rest calls using spring rest template
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • setContentView (Activity)
  • Permission (java.security)
    Legacy security code; do not use.
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now