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>
boolean
double
factor()
Class<? extends PropertyFormatter>
int
hashCode()
name()
int
power()
int
sortKey()
unit()
-
Constructor Details
-
ManualProperty
-
-
Method Details
-
name
-
sortKey
public int sortKey() -
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
unit
-
power
public int power() -
factor
public double factor() -
getFormatter
-
equals
- Specified by:
equals
in interfaceAnnotation
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceAnnotation
- Overrides:
hashCode
in classObject
-