|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.schema.model.impl.DefaultTypeIndex
public class DefaultTypeIndex
Default TypeIndex
implementation
Constructor Summary | |
---|---|
DefaultTypeIndex()
|
Method Summary | |
---|---|
void |
addType(TypeDefinition type)
Add a type to the type index. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTypeIndex()
Method Detail |
---|
public void addType(TypeDefinition type)
type
- the type to addpublic Collection<? extends TypeDefinition> getTypes()
TypeIndex
getTypes
in interface TypeIndex
TypeIndex.getTypes()
public TypeDefinition getType(QName name)
TypeIndex
getType
in interface TypeIndex
name
- the type name
null
if no type with the
given name exists in the indexTypeIndex.getType(QName)
public Collection<? extends TypeDefinition> getMappingRelevantTypes()
MappingRelevantFlag
getMappingRelevantTypes
in interface TypeIndex
TypeIndex.getMappingRelevantTypes()
public void toggleMappingRelevant(Collection<? extends TypeDefinition> types)
TypeIndex
toggleMappingRelevant
in interface TypeIndex
types
- the types to toggleTypeIndex.toggleMappingRelevant(java.util.Collection)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |