public class Kind
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
check(java.lang.String kindstring) |
Determine if this kind matches the passed in kindstring.
|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
java.lang.String |
name() |
Return the name of the kind.
|
java.lang.String |
toString() |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean check(java.lang.String kindstring)
kindstring - A filter string. See the Understand Perl API for more documentation. Must not be null.public java.lang.String name()
public java.lang.String toString()
toString in class java.lang.Object