@Singleton public class WorkspaceTypes extends Object implements Iterable<WorkspaceType>
| Constructor and Description |
|---|
WorkspaceTypes(Set<WorkspaceType> types) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WorkspaceType> |
iterator() |
WorkspaceType |
thatCorrespondTo(org.virtualrepository.AssetType type) |
Collection<WorkspaceType> |
thatCorrespondTo(Collection<? extends org.virtualrepository.AssetType> assetTypes) |
String |
toString() |
@Inject public WorkspaceTypes(Set<WorkspaceType> types)
public WorkspaceType thatCorrespondTo(org.virtualrepository.AssetType type)
public Collection<WorkspaceType> thatCorrespondTo(Collection<? extends org.virtualrepository.AssetType> assetTypes)
public Iterator<WorkspaceType> iterator()
iterator in interface Iterable<WorkspaceType>Copyright © 2014. All Rights Reserved.