org.argouml.uml
Class AttrKeyword
java.lang.Object
org.argouml.uml.AttrKeyword
- All Implemented Interfaces:
- java.io.Serializable
- public class AttrKeyword
- extends java.lang.Object
- implements java.io.Serializable
This class handles the
none
static
final
static final
transient
for the UML foundation data type
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
static AttrKeyword |
KeywordFor(ru.novosoft.uml.foundation.core.MAttribute attr)
|
void |
set(ru.novosoft.uml.foundation.core.MAttribute target)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
cat
protected static org.apache.log4j.Category cat
NONE
public static final AttrKeyword NONE
STATIC
public static final AttrKeyword STATIC
FINAL
public static final AttrKeyword FINAL
STATFIN
public static final AttrKeyword STATFIN
TRANS
public static final AttrKeyword TRANS
POSSIBLES
public static final AttrKeyword[] POSSIBLES
_label
protected java.lang.String _label
KeywordFor
public static AttrKeyword KeywordFor(ru.novosoft.uml.foundation.core.MAttribute attr)
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
set
public void set(ru.novosoft.uml.foundation.core.MAttribute target)