com.levigo.jadice.annotation.profiles
Class RangeProperty<T extends Comparable<T>>

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.PropertyProfile<T>
      extended by com.levigo.jadice.annotation.profiles.RangeProperty<T>

public class RangeProperty<T extends Comparable<T>>
extends PropertyProfile<T>


Field Summary
 
Fields inherited from class com.levigo.jadice.annotation.profiles.PropertyProfile
propertyType
 
Constructor Summary
RangeProperty()
           
 
Method Summary
 boolean equals(Object obj)
           
 T getMaximumValue()
           
 String getMaximumValueXML()
           
 T getMinimumValue()
           
 String getMinimumValueXML()
           
 int hashCode()
           
 void setMaximumValue(T maximumValue)
           
 void setMaximumValueXML(String maximumValue)
           
 void setMinimumValue(T minimumValue)
           
 void setMinimumValueXML(String minimumValue)
           
 String toString()
           
 
Methods inherited from class com.levigo.jadice.annotation.profiles.PropertyProfile
getAnnotationProfile, getDefaultValue, getDefaultValueXML, getEditorFactories, getEditorFactory, getEditorFactory, getLabel, getLabel, getLabels, getPreferredValues, getPreferredValuesXML, getPropertyName, getPropertyType, isVirtual, setDefaultValue, setDefaultValueXML, setLabels, setPreferredValues, setPreferredValuesXML, setPropertyName, setPropertyType, setVirtual, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeProperty

public RangeProperty()
Method Detail

getMaximumValue

public T getMaximumValue()
Returns:
the maximumValue

getMaximumValueXML

public String getMaximumValueXML()
Returns:
the maximumValue

getMinimumValue

public T getMinimumValue()
Returns:
the minimumValue

getMinimumValueXML

public String getMinimumValueXML()
Returns:
the minimumValue

setMaximumValue

public void setMaximumValue(T maximumValue)
Parameters:
maximumValue - the maximumValue to set

setMaximumValueXML

public void setMaximumValueXML(String maximumValue)
Parameters:
maximumValue - the maximumValue to set

setMinimumValue

public void setMinimumValue(T minimumValue)
Parameters:
minimumValue - the minimumValue to set

setMinimumValueXML

public void setMinimumValueXML(String minimumValue)
Parameters:
minimumValue - the minimumValue to set

hashCode

public int hashCode()
Overrides:
hashCode in class PropertyProfile<T extends Comparable<T>>

equals

public boolean equals(Object obj)
Overrides:
equals in class PropertyProfile<T extends Comparable<T>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.