Joda System API

org.joda.property.type
Interface LongPrimitiveProperty

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

public interface LongPrimitiveProperty
extends NumericProperty

Interface for long 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
 long get()
          Get the property's value as a long.
 
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 long get()
Get the property's value as a long.

Returns:
the property value as a long

Joda System API

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