Joda System API

org.joda.property.type
Interface IntegerPrimitiveProperty

All Superinterfaces:
java.lang.Comparable, DataProperty, ModelElement, NumericProperty, Property, java.io.Serializable
All Known Implementing Classes:
DefaultIntegerPrimitiveProperty

public interface IntegerPrimitiveProperty
extends NumericProperty

Interface for primitive int properties.

Author:
Stephen Colebourne

Nested Class Summary
 
Nested classes inherited from class org.joda.property.Property
Property.Internal
 
Field Summary
static java.lang.Class DEFAULT_TYPE
           
 
Method Summary
 int get()
          Get the property's value as an int.
 
Methods inherited from interface org.joda.property.type.NumericProperty
add, add, add, compareTo, compareTo, divideBy, divideBy, divideBy, doubleValue, equals, equals, floatValue, intValue, isGreaterThan, isGreaterThan, isGreaterThan, isLessThan, isLessThan, isLessThan, longValue, multiplyBy, multiplyBy, multiplyBy, negate, set, set, subtract, subtract, subtract, toBigDecimal, toDouble, toFloat, toInteger, toLong, toNumber
 
Methods inherited from interface org.joda.property.type.DataProperty
toDataString
 
Methods inherited from interface org.joda.property.Property
addPropertyChangeListener, bean, equals, equalsValue, firePropertyChange, getContentName, getContentType, getPropertyName, getPropertyType, hashCode, isModifiable, isNull, isReadOnly, removePropertyChangeListener, set, setModifiable, setReadOnly, toObject, toString
 
Methods inherited from interface org.joda.property.ModelElement
getAttribute, getAttributeCount, getAttributeMap, setAttribute
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DEFAULT_TYPE

public static final java.lang.Class DEFAULT_TYPE
Method Detail

get

public int get()
Get the property's value as an int.

Returns:
the property value as an int

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.