public interface NamedEntityCollection extends EntityCollection
Modifier and Type | Method and Description |
---|---|
Entity |
getChild(String name)
Get the specified child.
|
String[] |
getChildNames()
Get the child entities' names.
|
boolean |
hasChild(String name)
Learn whether this NamedEntityCollection has a child of the specified name.
|
getChildren
boolean hasChild(String name)
name
- to findEntity getChild(String name)
name
- to findString[] getChildNames()
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.