public abstract class Domain extends AbstractMexicoBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
distributionName |
protected Collection<DistributionParameter> |
distributionParameter |
protected Collection<Level> |
levels |
protected String |
name |
protected Object |
nominalValue |
static String |
PROPERTY_DISTRIBUTION_NAME |
static String |
PROPERTY_DISTRIBUTION_PARAMETER |
static String |
PROPERTY_LEVELS |
static String |
PROPERTY_NAME |
static String |
PROPERTY_NOMINAL_VALUE |
static String |
PROPERTY_VALUE_TYPE |
protected ValueType |
valueType |
| Constructor and Description |
|---|
Domain() |
getChild, getChildaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_NAME
public static final String PROPERTY_NOMINAL_VALUE
public static final String PROPERTY_DISTRIBUTION_NAME
public static final String PROPERTY_VALUE_TYPE
public static final String PROPERTY_LEVELS
public static final String PROPERTY_DISTRIBUTION_PARAMETER
protected String name
protected Object nominalValue
protected String distributionName
protected ValueType valueType
protected Collection<Level> levels
protected Collection<DistributionParameter> distributionParameter
public String getName()
public void setName(String name)
public Object getNominalValue()
public void setNominalValue(Object nominalValue)
public String getDistributionName()
public void setDistributionName(String distributionName)
public ValueType getValueType()
public void setValueType(ValueType valueType)
public Level getLevels(int index)
public boolean isLevelsEmpty()
public int sizeLevels()
public void addLevels(Level levels)
public void addAllLevels(Collection<Level> levels)
public boolean removeLevels(Level levels)
public boolean removeAllLevels(Collection<Level> levels)
public boolean containsLevels(Level levels)
public boolean containsAllLevels(Collection<Level> levels)
public Collection<Level> getLevels()
public void setLevels(Collection<Level> levels)
public DistributionParameter getDistributionParameter(int index)
public boolean isDistributionParameterEmpty()
public int sizeDistributionParameter()
public void addDistributionParameter(DistributionParameter distributionParameter)
public void addAllDistributionParameter(Collection<DistributionParameter> distributionParameter)
public boolean removeDistributionParameter(DistributionParameter distributionParameter)
public boolean removeAllDistributionParameter(Collection<DistributionParameter> distributionParameter)
public boolean containsDistributionParameter(DistributionParameter distributionParameter)
public boolean containsAllDistributionParameter(Collection<DistributionParameter> distributionParameter)
public Collection<DistributionParameter> getDistributionParameter()
public void setDistributionParameter(Collection<DistributionParameter> distributionParameter)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.