public class DOTProperty extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_name |
static DOTProperty |
ABSTAND |
static DOTProperty |
DURCHMESSER |
static DOTProperty |
FARBE |
static DOTProperty |
FUELLUNG |
static DOTProperty |
GROESSE |
static DOTProperty |
STRICHBREITE |
static DOTProperty |
TEXT |
static DOTProperty |
TEXTSTIL |
static DOTProperty |
TRANSPARENZ |
Modifier | Constructor and Description |
---|---|
private |
DOTProperty(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Die Implementation hier verhindert versehentliches Überschreiben (nach J.
|
static DOTProperty |
getProperty(String name)
Gibt die gewünschte Eigenschaft zurück, wenn sie existiert, und
null sonst. |
int |
hashCode()
Die Implementation hier verhindert versehentliches Überschreiben (nach J.
|
String |
toString()
Gibt nur den Namen der Eigenschaft zurück.
|
private final String _name
public static final DOTProperty FARBE
public static final DOTProperty ABSTAND
public static final DOTProperty STRICHBREITE
public static final DOTProperty DURCHMESSER
public static final DOTProperty FUELLUNG
public static final DOTProperty GROESSE
public static final DOTProperty TRANSPARENZ
public static final DOTProperty TEXT
public static final DOTProperty TEXTSTIL
private DOTProperty(String name)
public String toString()
public final boolean equals(Object o)
public final int hashCode()
public static DOTProperty getProperty(String name)
null
sonst.