public class OwnerKind extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OwnerKind.StaticDelegateKind |
| Modifier and Type | Field and Description |
|---|---|
static OwnerKind |
IMPLEMENTATION |
static OwnerKind |
NAMESPACE |
static OwnerKind |
TRAIT_IMPL |
| Modifier | Constructor and Description |
|---|---|
protected |
OwnerKind(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final OwnerKind IMPLEMENTATION
public static final OwnerKind TRAIT_IMPL
protected OwnerKind(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Object