Class ObjectProperties.ManualProperty
java.lang.Object
de.bsvrz.sys.funclib.kappich.properties.ObjectProperties.ManualProperty
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- ObjectProperties
public static class ObjectProperties.ManualProperty extends java.lang.Object implements PropertyName
-
Constructor Summary
Constructors Constructor Description ManualProperty(java.lang.String name, int sortKey) -
Method Summary
Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()booleanequals(java.lang.Object o)doublefactor()java.lang.Class<? extends PropertyFormatter>getFormatter()inthashCode()java.lang.Stringname()intpower()intsortKey()java.lang.Stringunit()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ManualProperty
public ManualProperty(java.lang.String name, int sortKey)
-
-
Method Details
-
name
public java.lang.String name() -
sortKey
public int sortKey() -
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
unit
public java.lang.String unit() -
power
public int power() -
factor
public double factor() -
getFormatter
-
equals
public boolean equals(java.lang.Object o)- Specified by:
equalsin interfacejava.lang.annotation.Annotation- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacejava.lang.annotation.Annotation- Overrides:
hashCodein classjava.lang.Object
-