java.lang.annotation.Annotationpublic static class ObjectProperties.ManualProperty extends java.lang.Object implements PropertyName
| Constructor | Description |
|---|---|
ManualProperty(java.lang.String name,
int sortKey) |
| Modifier and Type | Method | 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.Annotationpublic 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.Annotationequals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.lang.annotation.AnnotationhashCode in class java.lang.Object