Class ObjectProperties.ManualProperty
java.lang.Object
de.bsvrz.sys.funclib.kappich.properties.ObjectProperties.ManualProperty
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ObjectProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>booleandoublefactor()Class<? extends PropertyFormatter>inthashCode()name()intpower()intsortKey()unit()
-
Constructor Details
-
ManualProperty
-
-
Method Details
-
name
-
sortKey
public int sortKey() -
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
unit
-
power
public int power() -
factor
public double factor() -
getFormatter
-
equals
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-