org.cateproject.view.mock
Class MockNamedAreaLevels
java.lang.Object
org.cateproject.view.mock.MockNamedAreaLevels
- All Implemented Interfaces:
- Enumeration, NamedAreaLevels
@Component(value="namedAreaLevels")
public class MockNamedAreaLevels
- extends Object
- implements NamedAreaLevels
|
Method Summary |
eu.etaxonomy.cdm.model.location.NamedAreaLevel |
CONTINENT()
|
eu.etaxonomy.cdm.model.location.NamedAreaLevel |
COUNTRY()
|
eu.etaxonomy.cdm.model.location.NamedAreaLevel |
find(UUID levelUUID)
|
eu.etaxonomy.cdm.model.location.NamedAreaLevel |
REGION()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockNamedAreaLevels
public MockNamedAreaLevels()
CONTINENT
public eu.etaxonomy.cdm.model.location.NamedAreaLevel CONTINENT()
- Specified by:
CONTINENT in interface NamedAreaLevels
COUNTRY
public eu.etaxonomy.cdm.model.location.NamedAreaLevel COUNTRY()
- Specified by:
COUNTRY in interface NamedAreaLevels
REGION
public eu.etaxonomy.cdm.model.location.NamedAreaLevel REGION()
- Specified by:
REGION in interface NamedAreaLevels
find
public eu.etaxonomy.cdm.model.location.NamedAreaLevel find(UUID levelUUID)
- Specified by:
find in interface NamedAreaLevels
Copyright © 2010. All Rights Reserved.