| java.lang.Object org.databene.model.data.FeatureDetail
FeatureDetail | public class FeatureDetail (Code) | | A FeatureDescriptor is composed og FeatureDetails, which have name, value, type and default value.
Created: 03.08.2007 06:57:42
author: Volker Bergmann |
Constructor Summary | |
public | FeatureDetail(String name, Class<E> type, boolean constraint, E defaultValue) | public | FeatureDetail(String name, Class<E> type, boolean constraint, E defaultValue, Operation<E, E> combinator) | public | FeatureDetail(String name, Class<E> type, boolean constraint, E defaultValue, E value, Operation<E, E> combinator) |
FeatureDetail | public FeatureDetail(String name, Class<E> type, boolean constraint, E defaultValue)(Code) | | |
FeatureDetail | public FeatureDetail(String name, Class<E> type, boolean constraint, E defaultValue, Operation<E, E> combinator)(Code) | | |
FeatureDetail | public FeatureDetail(String name, Class<E> type, boolean constraint, E defaultValue, E value, Operation<E, E> combinator)(Code) | | |
combineWith | public E combineWith(E otherValue)(Code) | | |
getValue | public E getValue()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isConstraint | public boolean isConstraint()(Code) | | |
setValue | public void setValue(E value)(Code) | | |
|
|