public static class ObjectProperties.ManualProperty extends java.lang.Object implements PropertyName
Constructor and Description |
---|
ManualProperty(java.lang.String name,
int sortKey) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
equals(java.lang.Object o) |
double |
factor() |
java.lang.Class<? extends PropertyFormatter> |
getFormatter() |
int |
hashCode() |
java.lang.String |
name() |
int |
power() |
int |
sortKey() |
java.lang.String |
unit() |
public java.lang.String name()
public int sortKey()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public java.lang.String unit()
public int power()
public double factor()
public java.lang.Class<? extends PropertyFormatter> getFormatter()
public boolean equals(java.lang.Object o)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object