throw new RuntimeException(cce);
}
}
public static BooleanArrayPropertyType getOrCreateInstance(DatabaseService db, String name) {
VertexTypeImpl vertexType = new VertexTypeImpl(db, getOrCreateByDescriptor(new TypeNodeDescriptor(db, name, getImplementationClass())).getId());
return new BooleanArrayPropertyType(db, vertexType.getNode().getId());
}