public interface Level
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute()
Attribute associated with level if available
Note that All Levels will not have an attribute associated with them.
|
String |
getName()
Name of the Level
|
Level |
getParent()
returns the parent level, null if root level
|
String getName()
Attribute getAttribute()
Level getParent()
Copyright © 2006–2016 Julian Hyde. All rights reserved.