|
Scala
1.3.0.3 |
|||
namespace$$ -
the namespace URI
key$$ -
the local attribute name
| Field Summary | |
val key: String
|
|
val namespace: String
|
|
val value: String
|
|
| Method Summary | |
def compareTo[b >: Attribute](view: (b) => Ordered[b])(that: b): Int
Result of comparing `this' with operand `that'. |
|
def intValue: Int
|
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/CaseClass-class |
| caseArity, caseElement |
| Methods inherited from scala/Ordered-class |
| <, <=, >, >= |
| Field Detail |
val namespace: String
val key: String
val value: String
| Method Detail |
def intValue: Int
def compareTo[b >: Attribute](view: (b) => Ordered[b])(that: b): Int
x < 0 iff this < that
x == 0 iff this == that
x > 0 iff this > that
|
Scala
1.3.0.3 |
|||