org.niffty
Class LineQuality
java.lang.Object
|
+--org.niffty.LineQuality
- public final class LineQuality
- extends java.lang.Object
An LineQuality has constants for the legal types of line quality used in Tags.
This is a "typesafe enum" where you can use a static members like
a constant and compare with == .
Method Summary |
java.lang.String |
toString()
Return a string representation of this constant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_LINE
public static final LineQuality NO_LINE
DOTTED_LINE
public static final LineQuality DOTTED_LINE
DASHED_LINE
public static final LineQuality DASHED_LINE
WAVY_LINE
public static final LineQuality WAVY_LINE
toString
public java.lang.String toString()
- Return a string representation of this constant.
This is only for display and is not used in testing for equality.
- Overrides:
toString
in class java.lang.Object