public void setIdentifierType(String identifierType) {
this.identifierTypeName = identifierType;
}
public Type getType() throws MappingException {
return new AnyType(
metaValues==null ?
TypeFactory.heuristicType(metaTypeName) :
new MetaType( metaValues, TypeFactory.heuristicType(metaTypeName) ),
TypeFactory.heuristicType(identifierTypeName)
);