Interface ProfileLevelVisitor<T>
-
public interface ProfileLevelVisitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>visit(ProfileLevel value)
-
-
-
Method Detail
-
visit
Collection<T> visit(ProfileLevel value) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
-