public class Context extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Context.Type |
| Constructor and Description |
|---|
Context(Context parent,
String id,
String name,
Context.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getName() |
Context |
getParent() |
Context.Type |
getType() |
int |
hashCode() |
String |
toString() |
public Context(Context parent, String id, String name, Context.Type type)
public String getId()
public String getName()
public Context.Type getType()
public Context getParent()
Copyright © 2020. All Rights Reserved.