fr.reseaumexico.model
Class Domain
java.lang.Object
fr.reseaumexico.model.Domain
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DomainImpl
public abstract class Domain
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
PROPERTY_NOMINAL_VALUE
public static final String PROPERTY_NOMINAL_VALUE
- See Also:
- Constant Field Values
PROPERTY_DISTRIBUTION_NAME
public static final String PROPERTY_DISTRIBUTION_NAME
- See Also:
- Constant Field Values
PROPERTY_VALUE_TYPE
public static final String PROPERTY_VALUE_TYPE
- See Also:
- Constant Field Values
PROPERTY_LEVELS
public static final String PROPERTY_LEVELS
- See Also:
- Constant Field Values
PROPERTY_DISTRIBUTION_PARAMETER
public static final String PROPERTY_DISTRIBUTION_PARAMETER
- See Also:
- Constant Field Values
name
protected String name
nominalValue
protected Object nominalValue
distributionName
protected String distributionName
valueType
protected ValueType valueType
levels
protected Collection<Level> levels
distributionParameter
protected Collection<DistributionParameter> distributionParameter
pcs
protected final PropertyChangeSupport pcs
Domain
public Domain()
getName
public String getName()
setName
public void setName(String name)
getNominalValue
public Object getNominalValue()
setNominalValue
public void setNominalValue(Object nominalValue)
getDistributionName
public String getDistributionName()
setDistributionName
public void setDistributionName(String distributionName)
getValueType
public ValueType getValueType()
setValueType
public void setValueType(ValueType valueType)
getLevels
public Level getLevels(int index)
addLevels
public void addLevels(Level levels)
addAllLevels
public void addAllLevels(Collection<Level> levels)
removeLevels
public boolean removeLevels(Level levels)
removeAllLevels
public boolean removeAllLevels(Collection<Level> levels)
containsLevels
public boolean containsLevels(Level levels)
containsAllLevels
public boolean containsAllLevels(Collection<Level> levels)
getLevels
public Collection<Level> getLevels()
setLevels
public void setLevels(Collection<Level> levels)
getDistributionParameter
public DistributionParameter getDistributionParameter(int index)
addDistributionParameter
public void addDistributionParameter(DistributionParameter distributionParameter)
addAllDistributionParameter
public void addAllDistributionParameter(Collection<DistributionParameter> distributionParameter)
removeDistributionParameter
public boolean removeDistributionParameter(DistributionParameter distributionParameter)
removeAllDistributionParameter
public boolean removeAllDistributionParameter(Collection<DistributionParameter> distributionParameter)
containsDistributionParameter
public boolean containsDistributionParameter(DistributionParameter distributionParameter)
containsAllDistributionParameter
public boolean containsAllDistributionParameter(Collection<DistributionParameter> distributionParameter)
getDistributionParameter
public Collection<DistributionParameter> getDistributionParameter()
setDistributionParameter
public void setDistributionParameter(Collection<DistributionParameter> distributionParameter)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object newValue)
getChild
protected <T> T getChild(Collection<T> childs,
int index)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.