public static interface ContentType.Visitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitBrand(ContentType contentType) |
T |
visitClip(ContentType contentType) |
T |
visitEpisode(ContentType contentType) |
T |
visitFilm(ContentType contentType) |
T |
visitItem(ContentType contentType) |
T |
visitSeries(ContentType contentType) |
T |
visitSong(ContentType contentType) |
T visitBrand(ContentType contentType)
T visitClip(ContentType contentType)
T visitSong(ContentType contentType)
T visitFilm(ContentType contentType)
T visitEpisode(ContentType contentType)
T visitItem(ContentType contentType)
T visitSeries(ContentType contentType)
Copyright © 2014. All rights reserved.