org.zeroexchange.model.resource.value
Class ContinuousValue
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.resource.value.Value
org.zeroexchange.model.resource.value.ContinuousValue
- All Implemented Interfaces:
- Serializable, Identifiable<Integer>
- Direct Known Subclasses:
- DoubleValue
@MappedSuperclass
public class ContinuousValue
- extends Value
The base clas for values of the
continuous types (integer, string)
- Author:
- black
- See Also:
- Serialized Form
TYPE_SINGULAR
public static final int TYPE_SINGULAR
- See Also:
- Constant Field Values
TYPE_LEFT_BOUND
public static final int TYPE_LEFT_BOUND
- See Also:
- Constant Field Values
TYPE_ROGHT_BOUND
public static final int TYPE_ROGHT_BOUND
- See Also:
- Constant Field Values
ContinuousValue
public ContinuousValue()
getBoundType
public int getBoundType()
- Returns:
- the boundType
setBoundType
public void setBoundType(int type)
- Parameters:
boundType
- the boundType to set
isExcludeFromPeriod
public boolean isExcludeFromPeriod()
- Returns:
- the excludeFromPeriod
setExcludeFromPeriod
public void setExcludeFromPeriod(boolean excludeFromPeriod)
- Parameters:
excludeFromPeriod
- the excludeFromPeriod to set
Copyright © 2013. All Rights Reserved.