-
Framework.IntegerData.intValue()
-
aima.core.util.math.MixedRadixNumber.intValue()
-
booton.translator.annotation.PrimitiveMarker.intValue()
-
client.net.sf.saxon.ce.value.NumericValue.intValue()
Return the numeric value as a Java int.
@exception client.net.sf.saxon.ce.trans.XPathException if the value is out of range
@return the numeric value as a Java int. This performs truncationtowards zero.
-
com.alibaba.fastjson.parser.JSONLexer.intValue()
-
com.alibaba.fastjson.parser.JSONScanner.intValue()
-
com.dd.plist.NSNumber.intValue()
-
com.declarativa.interprolog.TermModel.intValue()
-
com.drew.lang.Rational.intValue()
Returns the value of the specified number as an int
. This may involve rounding or truncation. This implementation simply casts the result of doubleValue()
to int
.
@return the numeric value represented by this object after conversionto type int
.
-
com.ericsson.otp.erlang.OtpErlangAtom.intValue()
-
com.ericsson.otp.erlang.OtpErlangInt.intValue()
-
com.ericsson.otp.erlang.OtpErlangLong.intValue()
Get this number as an int.
@return the value of this number, as an int.
@exception OtpErlangRangeException if the value is too large to be represented as an int.
-
com.fasterxml.jackson.databind.JsonNode.intValue()
Returns integer value for this node, if and only if this node is numeric ( {@link #isNumber} returns true). For othertypes returns 0. For floating-point numbers, value is truncated using default Java coercion, similar to how cast from double to int operates.
@return Integer value this node contains, if any; 0 for non-numbernodes.
-
com.google.code.or.common.glossary.UnsignedLong.intValue()
-
com.google.common.primitives.UnsignedLong.intValue()
Returns the value of this {@code UnsignedLong} as an {@code int}.
-
com.ibm.sbt.util.DataNavigator.intValue()
-
com.itextpdf.text.pdf.PdfNumber.intValue()
Returns the primitive int
value of this object.
@return The value as int
-
com.lightcrafts.utils.Rational.intValue()
Returns the value of this Rational
as an int
. This may involve rounding or truncation.
@return Returns the numeric value represented by this object afterconversion to type int
.
-
com.liusoft.dlog4j.beans.ConfigBean.intValue()
-
com.lowagie.text.pdf.PdfNumber.intValue()
Returns the primitive int
value of this object.
@return a value
-
com.mdimension.jchronic.utils.Tick.intValue()
-
com.orientechnologies.common.types.OModifiableInteger.intValue()
-
com.peterhi.uintx.intValue()
-
com.sshtools.j2ssh.io.UnsignedInteger32.intValue()
@return
-
com.sun.jdi.IntegerValue.intValue()
-
com.sun.jna.NativeLong.intValue()
-
com.sun.jna.platform.win32.BaseTSD.SIZE_T.intValue()
-
com.sun.jna.platform.win32.WTypes.VARTYPE.intValue()
-
com.sun.jna.platform.win32.WinDef.DWORD.intValue()
-
com.sun.jna.platform.win32.WinDef.UINT_PTR.intValue()
-
com.sun.jna.platform.win32.WinNT.HRESULT.intValue()
-
com.sun.messaging.jmq.jmsserver.cluster.BrokerState.intValue()
method which returns the int value associated with the state. This method should only be used when the state is stored in the jdbc store or during the INFO_REQUEST protocol.
-
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.intValue()
-
com.sun.org.apache.xerces.internal.impl.xs.util.XInt.intValue()
-
com.sun.org.apache.xerces.internal.util.SecurityManager.intValue()
-
com.sun.org.apache.xerces.internal.util.SymbolTable.intValue()
-
com.sun.org.apache.xerces.internal.utils.XMLSecurityManager.intValue()
-
com.sun.org.apache.xerces.internal.xni.parser.XMLEntityResolver.intValue()
-
condor.classad.Constant.intValue()
-
condor.classad.Expr.intValue()
-
edu.stanford.nlp.util.MutableInteger.intValue()
-
edu.uci.ics.hyracks.data.std.primitive.IntegerPointable.intValue()
-
edu.uci.ics.hyracks.data.std.primitive.LongPointable.intValue()
-
er.chronic.utils.Tick.intValue()
-
er.extensions.foundation.ERXMutableInteger.intValue()
Returns the int value represented by this ERXMutalbleInteger
object.
@return the int value of this object
-
erjang.EInteger.intValue()
-
erjang.ESmall.intValue()
-
hivemall.utils.lang.mutable.MutableInt.intValue()
-
ise.mace.models.ScaledDouble.intValue()
-
java.lang.Byte.intValue()
Returns the value of this Byte
as an int
.
-
java.lang.Double.intValue()
Returns the value of this Double
as an int
(by casting to type int
).
@return the double
value represented by this objectconverted to type int
-
java.lang.Integer.intValue()
Returns the value of this Integer
as an int
.
-
java.lang.Long.intValue()
Returns the value of this Long
as an int
.
-
java.lang.Number.intValue()
Returns the value of the specified number as an int
. This may involve rounding or truncation.
@return the numeric value represented by this object after conversionto type int
.
-
java.math.BigDecimal.intValue()
sun.com/docs/books/jls/second_edition/html/conversions.doc.html#25363">
narrowing primitive conversion from {@code double} to{@code short} as defined in the
Java Language Specification: any fractional part of this {@code BigDecimal} will be discarded, and if the resulting" {@code BigInteger}" is too big to fit in an {@code int}, only the low-order 32 bits are returned. Note that this conversion can lose information about the overall magnitude and precision of this {@code BigDecimal}value as well as return a result with the opposite sign.
@return this {@code BigDecimal} converted to an {@code int}.
-
java.math.BigInteger.intValue()
sun.com/docs/books/jls/second_edition/html/conversions.doc.html#25363">
narrowing primitive conversion from {@code long} to{@code int} as defined in the
Java Language Specification: if this BigInteger is too big to fit in an {@code int}, only the low-order 32 bits are returned. Note that this conversion can lose information about the overall magnitude of the BigInteger value as well as return a result with the opposite sign.
@return this BigInteger converted to an {@code int}.
-
java.util.Date.intValue()
-
java.util.concurrent.atomic.AtomicInteger.intValue()
-
java.util.concurrent.atomic.AtomicLong.intValue()
-
java.util.concurrent.atomic.LongAdder.intValue()
Returns the {@link #sum} as an {@code int} after a narrowingprimitive conversion.
-
java.util.logging.Level.intValue()
Get the integer value for this level. This integer value can be used for efficient ordering comparisons between Level objects.
@return the integer value for this level.
-
javolution.util.Index.intValue()
Returns the index value as int
.
@return the index value.
-
jcmdline.IntParam.intValue()
Gets the value of the IntParam as in int. If the IntParam is multi-valued, only the first value is returned.
@return the value as an int
@throws RuntimeException if the value of the IntParamhas not been set.
@see Parameter#isSet()
-
jnr.constants.Constant.intValue()
-
jnr.constants.platform.AddressFamily.intValue()
-
jnr.constants.platform.Signal.intValue()
-
jnr.ffi.byref.IntByReference.intValue()
-
jodd.mutable.MutableInteger.intValue()
Returns the value as a int.
-
krati.io.serializer.IntSerializer.intValue()
-
lipstone.joshua.parser.types.BigDec.intValue()
Converts this number into an int. It drops any decimal component without rounding.
@return this number as an int
@throws UndefinedResultException if this number is complex, meaning that this is thrown on imaginary part != 0
-
lombok.val.intValue()
-
macromedia.asc.util.NumberConstant.intValue()
-
mf.org.apache.xerces.impl.XMLErrorReporter.intValue()
-
mf.org.apache.xerces.impl.xs.util.XInt.intValue()
-
mf.org.apache.xerces.util.SecurityManager.intValue()
-
mf.org.apache.xerces.util.SymbolTable.intValue()
-
mf.org.apache.xerces.xni.parser.XMLEntityResolver.intValue()
-
net.fortytwo.ripple.model.NumericValue.intValue()
-
net.helipilot50.stocktrade.framework.IntegerData.intValue()
-
net.sf.qxs.types.UntypedValue.intValue()
-
net.tomp2p.message.Message.intValue()
-
org.apache.axis.types.NonNegativeInteger.intValue()
-
org.apache.axis.types.PositiveInteger.intValue()
-
org.apache.commons.lang.math.Fraction.intValue()
Gets the fraction as an int
. This returns the whole number part of the fraction.
@return the whole number fraction part
-
org.apache.commons.lang.mutable.MutableInt.intValue()
Returns the value of this MutableInt as a int.
@return the numeric value represented by this object after conversion to type int.
-
org.apache.commons.lang.mutable.MutableLong.intValue()
Returns the value of this MutableLong as a int.
@return the numeric value represented by this object after conversion to type int.
-
org.apache.commons.lang3.mutable.MutableInt.intValue()
Returns the value of this MutableInt as an int.
@return the numeric value represented by this object after conversion to type int.
-
org.apache.commons.weaver.test.beans.ComplexAnnotations.NestAnnotation.intValue()
-
org.apache.commons.weaver.test.beans.ComplexAnnotations.TestAnnotation.intValue()
-
org.apache.directory.shared.asn1.der.DERInteger.intValue()
-
org.apache.isis.applib.value.Color.intValue()
-
org.apache.lucene.util.BytesRef.intValue()
-
org.apache.pdfbox.cos.COSInteger.intValue()
Polymorphic access to value as int This will get the integer value of this object.
@return The int value of this object,
-
org.apache.pdfbox.cos.COSNumber.intValue()
This will get the integer value of this number.
@return The integer value of this number.
-
org.apache.poi.hpsf.littleendian.DWord.intValue()
Returns the integral value of this {@link DWord}.
FIXME: Introduce a superclass for the numeric types and make this a method of the superclass!
-
org.apache.qpid.amqp_1_0.type.UnsignedByte.intValue()
-
org.apache.qpid.amqp_1_0.type.UnsignedInteger.intValue()
-
org.apache.qpid.proton.amqp.UnsignedByte.intValue()
-
org.apache.xerces.impl.XMLErrorReporter.intValue()
-
org.apache.xerces.impl.xs.util.XInt.intValue()
-
org.apache.xerces.util.SecurityManager.intValue()
-
org.apache.xerces.util.SymbolTable.intValue()
-
org.apache.xerces.xni.parser.XMLEntityResolver.intValue()
-
org.apache.xmlbeans.XmlCursor.TokenType.intValue()
-
org.apache.zookeeper.KeeperException.Code.intValue()
-
org.apache.zookeeper_voltpatches.KeeperException.Code.intValue()
-
org.aspectj.org.eclipse.jdt.internal.compiler.impl.Constant.intValue()
-
org.aspectj.org.eclipse.jdt.internal.compiler.impl.IntConstant.intValue()
-
org.bouncycastle.asn1.DERBitString.intValue()
@return the value of the bit string as an int (truncating if necessary)
-
org.bouncycastle.asn1.cmp.PKIFailureInfo.intValue()
@return the value of the bit string as an int (truncating if necessary)
-
org.bouncycastle.asn1.misc.NetscapeCertType.intValue()
@return the value of the bit string as an int (truncating if necessary)
-
org.dmd.dmc.types.IntegerVar.intValue()
Returns the value of the IntegerVar.
-
org.eclipse.imp.pdb.facts.IInteger.intValue()
-
org.eclipse.jdt.internal.compiler.impl.Constant.intValue()
-
org.elasticsearch.common.xcontent.XContentParser.intValue()
-
org.foray.ps.PsInteger.intValue()
Returns the integer value of this instance.
@return The integer value.
-
org.goda.chronic.utils.Tick.intValue()
-
org.hornetq.api.jms.JMSFactoryType.intValue()
-
org.jamesii.core.math.complex.Complex.intValue()
-
org.jboss.resteasy.core.request.QualityValue.intValue()
-
org.jgap.impl.IntegerGene.intValue()
Retrieves the int value of this Gene, which may be more convenient in some cases than the more general getAllele() method.
@return the int value of this Gene
@author Neil Rostan
@since 1.0
-
org.jnetpcap.nio.JNumber.intValue()
Returns the data from this JNUmber as a signed integer.
@return java signed integer
-
org.jpos.util.TPS.intValue()
-
org.jtalks.jcommune.model.entity.JCommuneProperty.intValue()
-
org.neo4j.batchimport.utils.Params.intValue()
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartGapWidthAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartIntervalMinorDivisorAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartOverlapAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartPieOffsetAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartRepeatedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartSplineOrderAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.chart.ChartSplineResolutionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.db.DbLoginTimeoutAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.db.DbMaxRowCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.db.DbPortAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.db.DbPrecisionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.db.DbScaleAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dHorizontalSegmentsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.dr3d.Dr3dVerticalSegmentsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawCornersAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawDecimalPlacesAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawDots1Attribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawDots2Attribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawEndGluePointAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawExtrusionNumberOfLineSegmentsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawGradientStepCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawOleDrawAspectAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawPageNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawStartGluePointAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.draw.DrawZIndexAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.fo.FoColumnCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.fo.FoHyphenationLadderCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.fo.FoHyphenationPushCharCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.fo.FoHyphenationRemainCharCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.fo.FoOrphansAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.fo.FoWidowsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.form.FormMaxLengthAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.form.FormPageStepSizeAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.form.FormSizeAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.form.FormStepSizeAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.form.FormTabIndexAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaCellCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaCharacterCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaDrawCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaFrameCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaImageCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaNonWhitespaceCharacterCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaObjectCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaOleObjectCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaPageCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaParagraphCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaRowCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaSentenceCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaSyllableCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaTableCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.meta.MetaWordCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberDecimalPlacesAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberDenominatorValueAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberMinDenominatorDigitsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberMinExponentDigitsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberMinIntegerDigitsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberMinNumeratorDigitsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.number.NumberPositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.presentation.PresentationVerbAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleDecimalPlacesAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleDefaultOutlineLevelAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleFirstPageNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleLayoutGridLinesAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleLengthAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleLinesAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleListLevelAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleNumberWrappedParagraphsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StylePageNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.style.StyleScaleToPagesAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgAccentHeightAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgAlphabeticAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgAscentAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgCapHeightAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgDescentAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgHangingAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgIdeographicAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgMathematicalAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgOverlinePositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgOverlineThicknessAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgSlopeAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgStemhAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgStemvAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgStrikethroughPositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgStrikethroughThicknessAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgUnderlinePositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgUnderlineThicknessAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgUnitsPerEmAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgVAlphabeticAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgVHangingAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgVIdeographicAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgVMathematicalAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgViewBoxAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.svg.SvgXHeightAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableColumnAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableEndColumnAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableEndPositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableEndRowAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableEndTableAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableFieldNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableGroupByFieldNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableIndexAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableLastColumnSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableLastRowSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableMemberCountAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableMultiDeletionSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNullYearAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNumberColumnsRepeatedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNumberColumnsSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNumberMatrixColumnsSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNumberMatrixRowsSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNumberRowsRepeatedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableNumberRowsSpannedAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TablePositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableRowAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableStartColumnAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableStartPositionAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableStartRowAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableStartTableAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableStepsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableTableAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.table.TableUsedHierarchyAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextAnchorPageNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextAnimationRepeatAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextCAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextDisplayLevelsAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextDisplayOutlineLevelAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextIncrementAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextLevelAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextLineNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextOutlineLevelAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextPageAdjustAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextRowNumberAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextStartValueAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextTabRefAttribute.intValue()
@return Returns the int
value of the attribute
-
org.odftoolkit.odfdom.dom.attribute.text.TextValueAttribute.intValue()
@return Returns the int
value of the attribute
-
org.opengis.parameter.ParameterValue.intValue()
Returns the positive integer value of an operation parameter, usually used for a count. An integer value does not have an associated unit of measure.
@return The numeric value represented by this parameter after conversion to type {@code int}.
@throws InvalidParameterTypeException if the value is not an integer type.
@rename Renamed {@code integerValue} to {@code intValue} for consistency with{@link Number#intValue} and the Java primitive type {@code int}.
@see #setValue(int)
@see #intValueList
-
org.openhab.core.library.types.DecimalType.intValue()
-
org.openhab.core.library.types.PercentType.intValue()
-
org.openrdf.model.Literal.intValue()
Returns the int value of this literal.
@return The int value of the literal.
@throws NumberFormatException If the literal's label cannot be represented by a int.
-
org.openuri.mytest.Simplicity.intValue()
-
org.pdfbox.cos.COSInteger.intValue()
Polymorphic access to value as int This will get the integer value of this object.
@return The int value of this object,
-
org.pdfbox.cos.COSNumber.intValue()
This will get the integer value of this number.
@return The integer value of this number.
-
org.richfaces.model.ScrollableTableDataModel.SimpleRowKey.intValue()
-
org.robovm.apple.foundation.NSNumber.intValue()
-
org.robovm.cocoatouch.foundation.NSNumber.intValue()
-
org.rococoa.ID.intValue()
-
org.rococoa.cocoa.foundation.NSNumber.intValue()
-
org.tmatesoft.sqljet.core.internal.ISqlJetVdbeMem.intValue()
Return some kind of integer value which is the best we can do at representing the value that *pMem describes as an integer. If pMem is an integer, then the value is exact. If pMem is a floating-point then the value returned is the integer part. If pMem is a string or blob, then we make an attempt to convert it into a integer and return that. If pMem is NULL, return 0. If pMem is a string, its encoding might be changed.
-
org.voltdb.client.exampleutils.AppHelper.intValue()
Retrieves the value of an argument as a int.
@param name the (case-sensitive) name of the argument to retrieve.
@return the value of the argument cast as a int. Will terminate the application if a required argument is found missing or the casting call fails, printing out detailed usage.
-
polyglot.ext.jl.parse.Name.intValue()
-
ptolemy.data.BooleanToken.intValue()
-
ptolemy.data.IntToken.intValue()
Return the value in the token as an int.
@return The int value contained in this token.
-
ptolemy.data.ScalarToken.intValue()
Return the value of this token as an int. In this base class, we just throw an exception.
@return The value of this token as an int.
@exception IllegalActionException Always thrown.
-
ptolemy.data.Token.intValue()
-
ro.redeul.google.go.util.GoNumber.intValue()
-
se.llbit.nbt.AnyTag.intValue()
-
soc.qase.com.packet.Sequence.intValue()
Get sequence number.
@return sequence number.
-
ugh.dl.RomanNumeral.intValue()
-
uk.co.caprica.vlcj.binding.internal.libvlc_event_e.intValue()
-
uk.co.caprica.vlcj.binding.internal.libvlc_playback_mode_e.intValue()