|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IContainer
Represents a containers that hold types and namespaces.
| Field Summary | |
|---|---|
static IContainer[] |
EMPTY_CONTAINER_ARRAY
An empty array of IContainer elements that can be used as return value in implementations whenever an empty array is needed. |
| Method Summary | |
|---|---|
ContainerClassification |
getClassification()
Returns the classification of this container. |
java.util.Collection<INamespace> |
getNamespaces()
Returns all namespaces in this container. |
IContainer |
getParentContainer()
Returns the parent container of this container. |
java.util.Collection<IContainer> |
getSubContainers()
Returns all sub containers of this container. |
| Methods inherited from interface org.pfsw.odem.IExplorationModelObject |
|---|
getContext, getName |
| Methods inherited from interface org.pfsw.odem.IObjectProperties |
|---|
getProperty, getPropertyNames, setProperty |
| Methods inherited from interface org.pfsw.odem.IExplorableElementVisiting |
|---|
accept, acceptTypes |
| Methods inherited from interface org.pfsw.odem.IStructureVisiting |
|---|
acceptContainers, acceptNamespaces |
| Methods inherited from interface org.pfsw.odem.IExplorableElementVisiting |
|---|
accept, acceptTypes |
| Field Detail |
|---|
static final IContainer[] EMPTY_CONTAINER_ARRAY
| Method Detail |
|---|
IContainer getParentContainer()
java.util.Collection<IContainer> getSubContainers()
java.util.Collection<INamespace> getNamespaces()
ContainerClassification getClassification()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||