|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.CreatorType
public class CreatorType
The creator type.
Creator.getType()
,
Creator.setType(Integer)
Field Summary | |
---|---|
static CreatorType |
COLLABORATION
Collaboration. |
static CreatorType |
COMPANY
Company. |
static CreatorType |
PERSON
Person. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static CreatorType |
getInstance(int value)
Returns an instance of the class for the given value. |
long |
getValue()
Returns the value. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CreatorType PERSON
public static final CreatorType COMPANY
public static final CreatorType COLLABORATION
Method Detail |
---|
public static CreatorType getInstance(int value)
value
- The value.
null
, if there is no instance for
the given value.public long getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |