public interface TypeIndex
Modifier and Type | Method and Description |
---|---|
Collection<? extends TypeDefinition> |
getMappingRelevantTypes()
Get all mappable types, i.e.
|
TypeDefinition |
getType(QName name)
Get the type with the given name
|
Collection<? extends TypeDefinition> |
getTypes()
Get all types in the index
|
void |
toggleMappingRelevant(Collection<? extends TypeDefinition> types)
Toggles the mappable flag of the given types.
|
Collection<? extends TypeDefinition> getTypes()
TypeDefinition getType(QName name)
name
- the type namenull
if no type with the
given name exists in the indexCollection<? extends TypeDefinition> getMappingRelevantTypes()
MappingRelevantFlag
void toggleMappingRelevant(Collection<? extends TypeDefinition> types)
types
- the types to toggleBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a